Listener | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Listener

Index

Properties

onBigStepBegin

onBigStepBegin: function

Type declaration

    • (): void
    • Returns void

onBigStepEnd

onBigStepEnd: function

Type declaration

    • (): void
    • Returns void

onBigStepResume

onBigStepResume: function

Type declaration

    • (): void
    • Returns void

onBigStepSuspend

onBigStepSuspend: function

Type declaration

    • (): void
    • Returns void

onEntry

onEntry: function

Type declaration

    • (stateId: string): void
    • Parameters

      • stateId: string

      Returns void

onError

onError: function

Type declaration

    • (errorInfo: Error): void
    • Parameters

      • errorInfo: Error

      Returns void

onExit

onExit: function

Type declaration

    • (stateId: string): void
    • Parameters

      • stateId: string

      Returns void

onSmallStepBegin

onSmallStepBegin: function

Type declaration

    • Parameters

      Returns void

onSmallStepEnd

onSmallStepEnd: function

Type declaration

    • (): void
    • Returns void

onTransition

onTransition: function

Type declaration

    • (sourceStateId: string, targetStatesIds: string[], transitionIndex: number): void
    • Parameters

      • sourceStateId: string
      • targetStatesIds: string[]
      • transitionIndex: number

      Returns void

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