Skip to content

API > @blocksuite/blocks > findClosestBlockElement

Function: findClosestBlockElement ​

findClosestBlockElement( container, point, selector): null | Element

Find the most close block on the given position

Parameters ​

ParameterTypeDescription
containerBlockComponentElementcontainer which the blocks can be found inside
pointPointposition
selectorstring-

Returns ​

null | Element

Defined In ​

packages/blocks/src/_common/utils/query.ts:575