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

constructor

Class Constructor
new DataSourceFilterChangeMessage(widgetIdstring, dataSourceIdsstring[]): DataSourceFilterChangeMessage
Parameters
ParameterType
widgetId
string
dataSourceIds
string[]
Returns 
DataSourceFilterChangeMessage

Properties

PropertyTypeNotes
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.

dataSourceIds

Class Property
dataSourceIds: string[]

The id of the data source.

type

Class Property
type: MessageType = MessageType.DataSourceFilterChange

The message type.

widgetId

Class Property
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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.