Interface Transition

Index

Methods

Methods

public addInitialStates()

public matchContextsToStates(contexts: Array<any>)

Parameters

  • contexts: Array<any>

public normalize(manager: StateManager, contexts: Array<any>)

Parameters

public removeUnchangedContexts(manager: StateManager)

Parameters

public sendEvents(eventName: string, sendRecursiveArguments: boolean, isUnhandledPass: boolean)

Parameters

  • eventName: string
  • sendRecursiveArguments: boolean
  • isUnhandledPass: boolean

public sendRecursively(event: string, currentState: State, isUnhandledPass: boolean)

Parameters

  • event: string
  • currentState: State
  • isUnhandledPass: boolean