Interface ObjectData

Represents a value in an object on a channel.

Hierarchy

  • ObjectData

Properties

boolean?: boolean

A boolean leaf value in the object.

bytes?: Buffer | ArrayBuffer

A decoded binary leaf value in the object.

A decoded JSON leaf value in the object.

number?: number

A number leaf value in the object.

objectId?: string

A reference to another object.

string?: string

A string leaf value in the object.

value?: Primitive

A decoded primitive value.

Deprecated

This property is deprecated and will be removed in a future major version. Use one of the typed boolean, bytes, number, string or json fields instead.

Generated using TypeDoc