DeferredInput
Defined in: types.ts:844
A deferred input queue entry. Created when a handler calls deferUntilTransition() — the input is stored here and replayed after a future state transition.
Properties
Section titled “Properties”args:
unknown[]
Defined in: types.ts:849
The original arguments passed to handle() for this input
inputName
Section titled “inputName”inputName:
string
Defined in: types.ts:846
The input name that was deferred
untilState?
Section titled “untilState?”
optionaluntilState:string
Defined in: types.ts:855
If set, only replay when entering this specific state. When undefined, replays on the next transition to any state.