@ue-too/being / index / EventNotHandled
型エイリアス: EventNotHandled
EventNotHandled =
object
定義: 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.
プロパティ
handled
handled:
false
定義: interface.ts:100