InvokeDefinition <TContext, TEvent, TActor, TAction, TGuard, TDelay>
Index
Properties
id
optionalinput
optionalonDone
optionalonError
The transition to take upon the invoked child machine sending an error event.
optionalonSnapshot
src
The source of the actor logic to be invoked
systemId
toJSON
Type declaration
Returns Omit<InvokeDefinition<TContext, TEvent, TActor, TAction, TGuard, TDelay>, onDone | onError | toJSON>
The transition to take upon the invoked child machine reaching its final top-level state.