Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DelayedTransitionDefinition<TContext, TEvent>

Type Parameters

Hierarchy

Index

Properties

actions: ActionObject<TContext, TEvent>[]
cond?: Record<string, any> & { type: string } | GuardPredicate<TContext, TEvent>
delay: string | number | ExprWithMeta<TContext, TEvent, number>
eventType: NullEvent | "*" | TEvent["type"]
in?: string | StateValueMap
internal?: boolean
meta?: Record<string, any>
source: StateNode<TContext, any, TEvent, { context: TContext; value: any }>
target: undefined | StateNode<TContext, any, TEvent, { context: TContext; value: any }>[]

Methods

  • toJSON(): { actions: ActionObject<TContext, TEvent>[]; cond?: Record<string, any> & { type: string } | GuardPredicate<TContext, TEvent>; eventType: NullEvent | "*" | TEvent["type"]; meta?: Record<string, any>; source: string; target: undefined | string[] }

Generated using TypeDoc