DataMap
The DataMap object contains data triggers defined in the expression.
Methods
Name | Description |
has(trigger_name) | Determines whether the trigger with a specified name (key) is present in DataMap, returning true or false accordingly. |
pairs() | Returns an array of objects of the DataMapPair type. |
Fields
Name | Description |
size | Returns the number of data triggers in DataMap. |
[ trigger_name ] | The indexer allows to access a DataTriggerInfo object by name (id). |
Last updated