CodeMirrorEditorCharCoords
Unofficial
The pixel coordinates of a character position.
Unlike a full bounding rectangle, no
rightedge is reported.
Import:
import type { CodeMirrorEditorCharCoords } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface CodeMirrorEditorCharCoordsProperties
| Property | Type | Description | |
|---|---|---|---|
| bottom | number | Bottom edge coordinate. | |
| left | number | Left edge coordinate. | |
| top | number | Top edge coordinate. |
Links to this page: