Skip to content

ElectronPoint

Unofficial

Represents a point with x and y coordinates.

Import:

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

Signature:

export interface ElectronPoint

Properties

Property Type Description
x number The x coordinate of the point.
y number The y coordinate of the point.

Links to this page: