Skip to content

Interface: StateVisit

Documentation / @xmachines/play-router / StateVisit

Defined in: types.ts:28

Represents a visit to a state node during graph crawling

Properties

PropertyTypeDescriptionDefined in
nodeStateNodeThe state node being visitedtypes.ts:30
parent| StateNode<MachineContext, EventObject> | nullParent state node (null for root)types.ts:34
pathstring[]Path from root to this state (e.g., [‘dashboard’, ‘overview’])types.ts:32