Predefined variables in an Action script represent a set of variables defined by the script engine before a script evaluation is executed. You can refer to these predefined variables from any action script API.


VariableDescription

$context$

A context or runtime object of a current script evaluation.

$element$

An owner element of the script.

self

Equivalent to $context$.

$state$

An active State of a context or a runtime object of a current script evaluation.

$token$

A token value of an active model Element.

$signal$

The last signal Instance in an Event pool of a specified object.

sig_ + "property name"

The specified property value of the last signal.