Skip to content

BlockSuite API Documentation / @blocksuite/inline / getInlineEditorInsideRoot

Function: getInlineEditorInsideRoot()

getInlineEditorInsideRoot(element): null | InlineEditor<{ bold: null | true; code: null | true; italic: null | true; link: null | string; strike: null | true; underline: null | true; }>

Defined in: packages/framework/inline/src/utils/query.ts:4

Parameters

element

Element

Returns

null | InlineEditor<{ bold: null | true; code: null | true; italic: null | true; link: null | string; strike: null | true; underline: null | true; }>