Interface: MachineNodeData
API / @xmachines/play-router / MachineNodeData
Defined in: types.ts:9
The data on each node of the graph that represents the machine. It holds the state metadata that the route extraction and the queries need.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
meta? | Record<string, unknown> | The original meta object of the state | types.ts:15 |
route? | string | The route path of meta.route, in its string form | types.ts:17 |
stateId | string | The XState state ID, for example “test.dashboard.overview” | types.ts:11 |
type | "atomic" | "compound" | "parallel" | "final" | "history" | The state type of XState | types.ts:13 |