Skip to content

BlockSuite API Documentation / @blocksuite/virgo / VBeforeinputHookCtx

Interface: VBeforeinputHookCtx<TextAttributes> ​

Contents ​

Type parameters ​

• TextAttributes extends BaseTextAttributes

Properties ​

attributes ​

attributes: TextAttributes

Source ​

packages/virgo/src/services/hook.ts:12


data ​

data: null | string

Source ​

packages/virgo/src/services/hook.ts:11


raw ​

raw: InputEvent

Source ​

packages/virgo/src/services/hook.ts:9


vEditor ​

vEditor: VEditor<TextAttributes>

Source ​

packages/virgo/src/services/hook.ts:8


vRange ​

vRange: VRange

Source ​

packages/virgo/src/services/hook.ts:10


Generated using typedoc-plugin-markdown and TypeDoc