Skip to content

Class

This message is used when needing to implement a workflow upon the creation, update or removal of a record set. This message carries the changed DataRecordSet information. Other widgets may need to subscribe to this message whenever a workflow involves reliance on a change to record set(s).

Implements

Constructors

constructor

Class Constructor
DataRecordSetChangeMessage(widgetIdstring, changeTypeRecordSetChangeType, datastring[] | DataRecordSet[]): DataRecordSetChangeMessage

When removing data record sets, please pass in dataRecordSetNames; when adding or updating data record sets, please pass in dataRecordSets

Parameters
ParameterType
widgetIdstring
changeTypeRecordSetChangeType
datastring[] | DataRecordSet[]
Returns 
DataRecordSetChangeMessage

Properties

PropertyTypeNotes
changeTypeRecordSetChangeType

The record set change type.

dataRecordSetNamesstring[]

The name of the record sets. When removing some data record sets, only names are required.

dataRecordSetsDataRecordSet[]

The data record sets that are created or updated.

extentExtent | () => Promise<Extent>

The extent of the created records.

typeMessageType

The message type.

widgetIdstring

The widget id from which the message is sourced. If a widget id is not provided, the message is provided by the Jimu framework.

changeType

Class Property

dataRecordSetNames

optional
Class Property

dataRecordSets

optional
Class Property

extent

optional
Class Property

type

Class Property

widgetId

Class Property

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