Skip to content

Point

Official

Represents a point in a 2D coordinate system.

Import:

import type { Point } from 'obsidian';

Signature:

export interface Point

Properties

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

Links to this page: