Skip to content

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

PropertyTypeDescriptionDefined in
eventTypestringThe event type that triggers this transitiontypes.ts:26
guardType?stringString representation of guard (if any)types.ts:28