Skip to content

Cm5EditorCursorCoords

Unofficial

Coordinates returned by cursorCoords.

Import:

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

Signature:

export interface Cm5EditorCursorCoords

Properties

Property Type Description
bottom number The bottom coordinate in pixels.
left number The left coordinate in pixels.
top number The top coordinate in pixels.

Links to this page: