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’.
payload#
payload:
object
Any custom structure object.
Index Signature#
[k: string]: unknown