Function interrupt

  • Interrupts the active transition of the specified name on the specified node, and cancels any pending transitions with the specified name, if any. If a name is not specified, null is used.

    Parameters

    • node: BaseType

      Element for which the transition should be interrupted.

    • Optional name: string

      Name of the transition to be interrupted. If a name is not specified, null is used.

    Returns void