HotkeySequenceOptions
HotkeySequenceOptions =
object
Defined in: extensions/commands/types.ts:19
Properties
Section titled “Properties”precedence?
Section titled “precedence?”
optionalprecedence:number
Defined in: extensions/commands/types.ts:26
Precedence of the handler that starts the sequence.
Default
Section titled “Default”2preventDefault?
Section titled “preventDefault?”
optionalpreventDefault: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.
Default
Section titled “Default”truetimeout?
Section titled “timeout?”
optionaltimeout:number
Defined in: extensions/commands/types.ts:21
Maximum number of milliseconds allowed between steps.
Default
Section titled “Default”2000