Skip to content

EditorViewCoords

Unofficial

Screen coordinates with x and y values.

Import:

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

Signature:

export interface EditorViewCoords

Properties

Property Type Description
x number The x coordinate.
y number The y coordinate.