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