Skip to content

Message

The Message interface represents a message with an action and a payload.

Properties

action

action: string

The action of the message.

Source

ecmascript/src/handler.ts:14


payload

payload: any

The payload of the message.

Source

ecmascript/src/handler.ts:15


Generated using typedoc-plugin-markdown and TypeDoc