ObjectPreview

@native @JSType trait ObjectPreview extends StObject

Object containing abbreviated remote object value.

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.

Object type.

var description: UndefOr[String]

String representation of the object.

String representation of the object.

var entries: UndefOr[Array[EntryPreview]]

List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.

List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.

var overflow: Boolean

True iff some of the properties or entries of the original object did not fit.

True iff some of the properties or entries of the original object did not fit.

List of the properties.

List of the properties.

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.