Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IBind

Callable

  • __call(event: "tick", listener: function, context?: Object): this
  • __call(event: "id-changed", listener: function, context?: Object): this
  • __call(event: "transition-init", listener: function, context?: Object): this
  • __call(event: "transition-start", listener: function, context?: Object): this
  • __call(event: "transition-end", listener: function, context?: Object): this
  • __call(event: "transition-step", listener: function, context?: Object): this
  • __call(event: "pipe", listener: function, context?: Object): this
  • __call(event: "state-registered", listener: function, context?: Object): this
  • __call(event: "state-deregistered", listener: function, context?: Object): this
  • __call(event: "transition-cancelled", listener: function, context?: Object): this
  • __call(event: "queue-changed", listener: function, context?: Object): this
  • __call(event: "queue-end", listener: function, context?: Object): this
  • __call(event: "Exception_enter", listener: function, context?: Object): this
  • __call(event: "Exception_state", listener: function, context?: Object): this
  • __call(event: "Exception_exit", listener: function, context?: Object): this
  • __call(event: "Exception_end", listener: function, context?: Object): this
  • __call(event: "Exception_Any", listener: function, context?: Object): this
  • __call(event: "Any_Exception", listener: function, context?: Object): this
  • __call(event: "ts-dynamic", listener: Function): this
  • Parameters

    • event: "tick"
    • listener: function
        • (before: string[]): boolean | void
        • Parameters

          • before: string[]

          Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "id-changed"
    • listener: function
        • (new_id: string, old_id: string): boolean | void
        • Parameters

          • new_id: string
          • old_id: string

          Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "transition-init"
    • listener: function
    • Optional context: Object

    Returns this

  • Parameters

    • event: "transition-start"
    • listener: function
    • Optional context: Object

    Returns this

  • Parameters

    • event: "transition-end"
    • listener: function
    • Optional context: Object

    Returns this

  • Parameters

    • event: "transition-step"
    • listener: function
    • Optional context: Object

    Returns this

  • Parameters

    • event: "pipe"
    • listener: function
    • Optional context: Object

    Returns this

  • Parameters

    • event: "state-registered"
    • listener: function
        • (state: string): boolean | void
        • Parameters

          • state: string

          Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "state-deregistered"
    • listener: function
        • (state: string): boolean | void
        • Parameters

          • state: string

          Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "transition-cancelled"
    • listener: function
    • Optional context: Object

    Returns this

  • Parameters

    • event: "queue-changed"
    • listener: function
        • (): boolean | void
        • Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "queue-end"
    • listener: function
        • (): boolean | void
        • Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "Exception_enter"
    • listener: function
        • (err: Error, target_states: string[], base_states: string[], exception_transition: string, async_target_states?: string[]): boolean | void
        • Parameters

          • err: Error
          • target_states: string[]
          • base_states: string[]
          • exception_transition: string
          • Optional async_target_states: string[]

          Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "Exception_state"
    • listener: function
        • (err: Error, target_states: string[], base_states: string[], exception_transition: string, async_target_states?: string[]): any
        • Parameters

          • err: Error
          • target_states: string[]
          • base_states: string[]
          • exception_transition: string
          • Optional async_target_states: string[]

          Returns any

    • Optional context: Object

    Returns this

  • Parameters

    • event: "Exception_exit"
    • listener: function
        • (): boolean | void
        • Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "Exception_end"
    • listener: function
        • (): any
        • Returns any

    • Optional context: Object

    Returns this

  • Parameters

    • event: "Exception_Any"
    • listener: function
        • (): boolean | void
        • Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "Any_Exception"
    • listener: function
        • (): boolean | void
        • Returns boolean | void

    • Optional context: Object

    Returns this

  • Parameters

    • event: "ts-dynamic"
    • listener: Function

    Returns this

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc