Skip to main content

HotkeyConfig <T>

Index

Properties

optionalallowWhenInputFocused

allowWhenInputFocused?: boolean

optionalcanRepeat

canRepeat?: boolean

handler

handler: (e: KeyboardEvent, tree: TreeInstance<T>) => void

Type declaration

hotkey

hotkey: string

optionalisEnabled

isEnabled?: (tree: TreeInstance<T>) => boolean

Type declaration

optionalpreventDefault

preventDefault?: boolean