Skip to content

EditorViewCoords

Unofficial

Screen coordinates with x and y values.

Import:

import type { EditorViewCoords } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface EditorViewCoords

Properties

PropertyTypeDescription
xnumberThe x coordinate.
ynumberThe y coordinate.