Skip to content

BlockSuite API Documentation / @blocksuite/virgo / VKeyboardBindingContext

Interface: VKeyboardBindingContext ​

Contents ​

Properties ​

collapsed ​

collapsed: boolean

Source ​

packages/virgo/src/utils/keyboard.ts:27


prefixText ​

prefixText: string

Source ​

packages/virgo/src/utils/keyboard.ts:28


raw ​

raw: KeyboardEvent

Source ​

packages/virgo/src/utils/keyboard.ts:30


suffixText ​

suffixText: string

Source ​

packages/virgo/src/utils/keyboard.ts:29


vEditor ​

vEditor: VEditor<Object>

Type declaration ​

bold? ​

bold?: null | true

code? ​

code?: null | true

italic? ​

italic?: null | true

link?: null | string

strike? ​

strike?: null | true

underline? ​

underline?: null | true

Source ​

packages/virgo/src/utils/keyboard.ts:26


vRange ​

vRange: VRange

Source ​

packages/virgo/src/utils/keyboard.ts:25


Generated using typedoc-plugin-markdown and TypeDoc