Skip to content
Version: xstate@5.0.0

StateNode.config property​

The raw config used to create the machine.

Signature:

config: StateNodeConfig<TContext, TEvent, TODO, // actions
TODO, // actors
TODO, // output
TODO, // guards
TODO, // delays
TODO>;