Interface
The interface for all message types MessageType .
Properties
| Property | Type | Notes |
|---|---|---|
backgroundTrigger | boolean | Indicates whether this message is triggered in background mode. |
dataSourceId | string | The data source id from which the message is sourced. |
type | MessageType | The message type. |
widgetId | string | The widget id from which the message is sourced. If a widget id is not provided, the message is provided by the Jimu framework. |
backgroundTrigger
optional
Interface PropertybackgroundTrigger: booleanIndicates whether this message is triggered in background mode.
dataSourceId
optional
Interface PropertydataSourceId: stringThe data source id from which the message is sourced.
type
Interface Propertytype: MessageTypeThe message type.