Options
All
  • Public
  • Public/Protected
  • All
Menu

Mirror object referencing original JavaScript object.

Hierarchy

  • RemoteObject

Index

Properties

Optional className

className: string

Object class (constructor) name. Specified for object type values only.

Optional customPreview

customPreview: CustomPreview
experimental

Optional description

description: string

String representation of the object.

Optional objectId

objectId: RemoteObjectId

Unique object identifier (for non-primitive values).

Optional preview

preview: ObjectPreview

Preview containing abbreviated property values. Specified for object type values only.

experimental

Optional subtype

subtype: string

Object subtype hint. Specified for object type values only.

type

type: string

Object type.

Optional unserializableValue

unserializableValue: UnserializableValue

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

Optional value

value: any

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

Generated using TypeDoc