Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateConfig<TContext, TEvent>

Type Parameters

Hierarchy

  • StateConfig

Index

Properties

_event: Event<TEvent>
_sessionid: null | string
actions?: ActionObject<TContext, TEvent>[]
activities?: ActivityMap
children: Record<string, ActorRef<any, any>>
configuration: StateNode<TContext, any, TEvent, { context: TContext; value: any }>[]
context: TContext
done?: boolean
events?: TEvent[]
history?: State<TContext, TEvent, any, { context: TContext; value: any }>
historyValue?: HistoryValue
meta?: any
transitions: TransitionDefinition<TContext, TEvent>[]
value: StateValue

Generated using TypeDoc