Skip to content

HotkeySequenceOptions

HotkeySequenceOptions = object

Defined in: extensions/commands/types.ts:19

optional precedence: number

Defined in: extensions/commands/types.ts:26

Precedence of the handler that starts the sequence.

2

optional preventDefault: boolean

Defined in: extensions/commands/types.ts:33

Whether or not to call preventDefault() when the sequence is advanced. This does not apply to the final step where the return value of the command dictates whether preventDefault() is called.

true

optional timeout: number

Defined in: extensions/commands/types.ts:21

Maximum number of milliseconds allowed between steps.

2000