Type: ApplicationMessage#

ApplicationMessage: object

This is the format for a message to the streamed application. It will drive action graph events.

Type declaration#

event_type#

event_type: string

The type of the event type of the custom message. For example, ‘resize’.

id?#

optional id: string

Correlation UUID. Required on new messages; synthesized on receipt for legacy single-part messages that predate the id field.

payload#

payload: object

Any custom structure object.

Index Signature#

[k: string]: unknown