Skip to content

EditorView.lineBlockAtHeight method

EditorView › lineBlockAtHeight

Official

Find the line block at the given height.

Signature:

lineBlockAtHeight(height: number): BlockInfo

Parameters:

Parameter Type Description
height number The height relative to document top.

Returns: BlockInfoThe block info.