Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VariableDescription

$context$ or _context_

A context or runtime object of a current script evaluation.

$element$ or _element_

An owner element of the script.

$signal$ or _signal_

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

$state$ or _state_

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

$token$ or _token_

A token value of an active model element.

$session$ or _session_To get a running session from the script.
self

Equivalent to $context$ or _context_.

sig_ + "property name"

The specified property value of the last signal.

...