RemoteObject

@native @JSType trait RemoteObject extends StObject

Mirror object referencing original JavaScript object.

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 className: UndefOr[String]

Object class (constructor) name. Specified for <code>object</code> type values only.

Object class (constructor) name. Specified for <code>object</code> type values only.

var description: UndefOr[String]

String representation of the object.

String representation of the object.

var objectId: UndefOr[RemoteObjectId]

Unique object identifier (for non-primitive values).

Unique object identifier (for non-primitive values).

var preview: UndefOr[ObjectPreview]

Preview containing abbreviated property values. Specified for <code>object</code> type values only.

Preview containing abbreviated property values. Specified for <code>object</code> type values only.

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.

Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.

Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.

var value: UndefOr[Any]

Remote object value in case of primitive values or JSON values (if it was requested).

Remote object value in case of primitive values or JSON values (if it was requested).