Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateTransition<TContext, TEvent>

Type parameters

Hierarchy

  • StateTransition

Index

Properties

actions

actions: Array<ActionObject<TContext, TEvent>>

configuration

configuration: Array<StateNode<TContext, any, TEvent, any>>

entrySet

entrySet: Array<StateNode<TContext, any, TEvent, any>>

exitSet

exitSet: Array<StateNode<TContext, any, TEvent, any>>

source

source: State<TContext, any, any, any> | undefined

The source state that preceded the transition.

transitions

transitions: Array<TransitionDefinition<TContext, TEvent>>

Generated using TypeDoc