Interface: MachineEdgeData
API / @xmachines/play-router / MachineEdgeData
Defined in: types.ts:24
The data on each edge of the graph that represents the machine. It holds the event of the transition and the information of its guard.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
eventType | string | The event type that starts this transition | types.ts:26 |
guardType? | string | The guard as a string, when a guard is present Deprecated Will be removed in the next major. | types.ts:32 |