Interface: MachineEdgeData
API / @xmachines/play-router / MachineEdgeData
Defined in: types.ts:24
Data attached to each edge in the machine graph representation. Captures transition event and guard information.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
eventType | string | The event type that triggers this transition | types.ts:26 |
guardType? | string | String representation of guard (if any) | types.ts:28 |