DataMap
Last updated
Last updated
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.
Name
Description
size
Returns the number of data triggers in DataMap.
[ trigger_name ]
The indexer allows to access a DataTriggerInfo object by name (id).