Skip to content

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.

args: unknown[]

Defined in: types.ts:849

The original arguments passed to handle() for this input


inputName: string

Defined in: types.ts:846

The input name that was deferred


optional untilState: 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.