Skip to content

@ue-too/being / EventNotHandled

Type Alias: EventNotHandled

EventNotHandled = object

Defined in: interface.ts:99

Result type indicating an event was not handled by the current state.

Remarks

When a state doesn't have a handler defined for a particular event, it returns this type. The state machine will not transition and the event is effectively ignored.

Properties

handled

handled: false

Defined in: interface.ts:100