Skip to content

BlockSuite API Documentation / @blocksuite/inline / inlineRangeToDomRange

Function: inlineRangeToDomRange()

inlineRangeToDomRange(rootElement, inlineRange): null | Range

Defined in: packages/framework/inline/src/utils/range-conversion.ts:250

calculate the dom selection from inline range for this Editor

Parameters

rootElement

HTMLElement

inlineRange

InlineRange

Returns

null | Range