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