Skip to content
Version: xstate@5.0.0

StateNodeConfig.after property​

The mapping (or array) of delays (in milliseconds) to their potential transition(s). The delayed transitions are taken after the specified delay in an interpreter.

Signature:

after?: DelayedTransitions<TContext, TEvent, TActor, TAction, TGuard, TDelay>;