Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateTransition<TContext>

Type parameters

  • TContext

Hierarchy

  • StateTransition

Index

Properties

actions

actions: Array<ActionObject<TContext>>

reentryStates

reentryStates: Set<StateNode<TContext>> | undefined

source

source: State<TContext> | undefined

The source state that preceded the transition.

tree

tree: StateTree | undefined

Generated using TypeDoc