Interface: StateVisit
Documentation / @xmachines/play-router / StateVisit
Defined in: types.ts:28
Represents a visit to a state node during graph crawling
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
node | StateNode | The state node being visited | types.ts:30 |
parent | | StateNode<MachineContext, EventObject> | null | Parent state node (null for root) | types.ts:34 |
path | string[] | Path from root to this state (e.g., [‘dashboard’, ‘overview’]) | types.ts:32 |