Skip to content

@ue-too/being / index / EventNotHandled

型別別名: EventNotHandled

EventNotHandled = object

定義於: interface.ts:99

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

備註

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.

屬性

handled

handled: false

定義於: interface.ts:100