Callback to invoke when the full sequence is matched.
Ordered key names making up the full sequence. Must have length ≥ 2 (the first key is the lookup key in the map).
OptionaloptionsBinding options (exclusive mode, focusId, onlyThis, etc.).
OptionaltimeoutPer-binding timeout override (ms). Falls back to the global
DEFAULT_SEQUENCE_TIMEOUT (500 ms) when omitted.
OptionalwhenOptional condition callback (extracted from options.when at registration).
When provided, the sequence only starts and continues when this returns true.
A sequence binding registered on a page (screen) layer.
Extends BaseSequenceBinding with page-only options.