Package version:

Interface SendEventMessage

Send custom event message

Hierarchy

Properties

ackId?: number

Optional ack id. If specified, an AckMessage with success or not will be returned with the same ackId

data: JSONTypes | ArrayBuffer

The data

The data type

event: string

The event name

kind: "sendEvent"

Message type

Generated using TypeDoc