Skip to content

ElectronPoint

Unofficial

Represents a point with x and y coordinates.

Import:

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

Signature:

export interface ElectronPoint

Properties

PropertyTypeDescription
xnumberThe x coordinate of the point.
ynumberThe y coordinate of the point.

Links to this page: