BlockSuite API Documentation / @blocksuite/inline / KeyboardBinding
Interface: KeyboardBinding
Properties
altKey?
altKey?:
boolean
Source
packages/framework/inline/src/utils/keyboard.ts:19
ctrlKey?
ctrlKey?:
boolean
Source
packages/framework/inline/src/utils/keyboard.ts:21
handler
handler:
KeyboardBindingHandler
Source
packages/framework/inline/src/utils/keyboard.ts:14
key
key:
string
|number
|string
[]
Source
packages/framework/inline/src/utils/keyboard.ts:13
metaKey?
metaKey?:
boolean
Source
packages/framework/inline/src/utils/keyboard.ts:20
prefix?
prefix?:
RegExp
Source
packages/framework/inline/src/utils/keyboard.ts:15
shiftKey?
shiftKey?:
boolean
Source
packages/framework/inline/src/utils/keyboard.ts:18
shortKey?
shortKey?:
boolean
Source
packages/framework/inline/src/utils/keyboard.ts:17
suffix?
suffix?:
RegExp
Source
packages/framework/inline/src/utils/keyboard.ts:16
Generated using TypeDoc and typedoc-plugin-markdown.