EditorView.lineBlockAtHeight method
EditorView › lineBlockAtHeight
Official
Find the line block at the given height.Signature:
lineBlockAtHeight(height: number): BlockInfoParameters:
| Parameter | Type | Description |
|---|---|---|
| height | number | The height relative to document top. |
Returns: BlockInfo — The block info.