Skip to content

Point

Official

Represents a point in a 2D coordinate system.

Import:

import type { Point } from 'obsidian';

Signature:

export interface Point

Properties

PropertyTypeDescription
xnumberThe x coordinate.
ynumberThe y coordinate.

Links to this page: