BlockSuite API Documentation / @blocksuite/inline / BeforeinputHookCtx
Interface: BeforeinputHookCtx<TextAttributes>
Type parameters
• TextAttributes extends BaseTextAttributes
Properties
attributes
attributes:
TextAttributes
Source
packages/framework/inline/src/services/hook.ts:10
data
data:
null
|string
Source
packages/framework/inline/src/services/hook.ts:9
inlineEditor
inlineEditor:
InlineEditor
<TextAttributes
>
Source
packages/framework/inline/src/services/hook.ts:6
inlineRange
inlineRange:
InlineRange
Source
packages/framework/inline/src/services/hook.ts:8
raw
raw:
InputEvent
Source
packages/framework/inline/src/services/hook.ts:7
Generated using TypeDoc and typedoc-plugin-markdown.