Implements

Constructors

Methods

  • Adds data to the data object of the node.

    Parameters

    • data: Data

      The current data object of the node.

    Returns ScopeNode.Data

    The data object to be stored in the node.

  • Adds data to the scratch data object of the node.

    Parameters

    • scratchData: ScratchData

      The current scratch data object of the node.

    Returns ScopeNode.ScratchData

    The scratch data object to be stored in the node.