PropertyPreview

@native @JSType trait PropertyPreview extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var `type`: String

Object type. Accessor means that the property itself is an accessor property.

Object type. Accessor means that the property itself is an accessor property.

var name: String

Property name.

Property name.

var subtype: UndefOr[String]

Object subtype hint. Specified for <code>object</code> type values only.

Object subtype hint. Specified for <code>object</code> type values only.

var value: UndefOr[String]

User-friendly property value string.

User-friendly property value string.

Nested value preview.

Nested value preview.