Skip to content

CodeMirrorEditorCharCoords

Unofficial

The pixel coordinates of a character position.

Unlike a full bounding rectangle, no right edge is reported.

Import:

import type { CodeMirrorEditorCharCoords } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface CodeMirrorEditorCharCoords

Properties

PropertyTypeDescription
bottomnumberBottom edge coordinate.
leftnumberLeft edge coordinate.
topnumberTop edge coordinate.

Links to this page: