Skip to content

BlockSuite API Documentation / @blocksuite/inline / BeforeinputHookCtx

Interface: BeforeinputHookCtx<TextAttributes> ​

Contents ​

Type parameters ​

• TextAttributes extends BaseTextAttributes

Properties ​

attributes ​

attributes: TextAttributes

Source ​

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


data ​

data: null | string

Source ​

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


inlineEditor ​

inlineEditor: InlineEditor<TextAttributes>

Source ​

packages/inline/src/services/hook.ts:6


inlineRange ​

inlineRange: InlineRange

Source ​

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


raw ​

raw: InputEvent

Source ​

packages/inline/src/services/hook.ts:7


Generated using typedoc-plugin-markdown and TypeDoc