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;
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;