DataSourceFilterChangeMessage
Class
The DataSourceFilterChangeMessage
uses the widgetId
and MessageType
when MessageType
is 'DATA_SOURCE_FILTER_CHANGE'.
This message is used when a widget needs to announce its changes on data source filter to other widgets.
For example: Map widget is triggered by Filter widget to zoomTo current features.
Implements
Constructors
new DataSourceFilterChangeMessage(widgetId: string, dataSourceId: string): DataSourceFilterChangeMessage
Parameters
Parameter | Type |
---|---|
widget | string |
data | string |
Returns
DataSourceFilterChangeMessage
Properties
Property | Type | Notes |
---|---|---|
string | The id of the data source. | |
The message type. | ||
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. |
type
type: MessageType = MessageType.DataSourceFilterChange
The message type.
dataSourceId: string
The id of the data source.