Namespace: tree

otris. tree

Methods

staticotris.tree.getScriptTreeEvent(){ScriptTreeEvent|undefined}

Returns the ScriptTree event.
Currently the event subtree is supported. See lazyLoad for details.
Notice: Returns undefined if the script was not triggered by an event.

  • Since:
    • Documents 5.0d HF2
Returns:
Type Description
ScriptTreeEvent | undefined ScriptTree event object

Type Definitions

ScriptTreeEventObject

Properties:
Name Type Argument Description
name string

event name

nodeId string <optional>

node id

  • Since:
    • Documents 5.0d HF2