StateNodeConfig.invoke property​
The services to invoke upon entering this state node. These services will be stopped upon exiting this state node.
Signature:
invoke?: SingleOrArray<InvokeConfig<TContext, TEvent, TActor, TAction, TGuard, TDelay>>;
The services to invoke upon entering this state node. These services will be stopped upon exiting this state node.
Signature:
invoke?: SingleOrArray<InvokeConfig<TContext, TEvent, TActor, TAction, TGuard, TDelay>>;