Skip to content
Version: xstate@5.0.0

StateNodeConfig.history property​

Indicates whether the state node is a history state node, and what type of history: shallow, deep, true (shallow), false (none), undefined (none)

Signature:

history?: 'shallow' | 'deep' | boolean | undefined;