Skip to content

Coords

Unofficial

Represents a bounding rectangle with top, bottom, left, and right coordinates.

Import:

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

Signature:

export interface Coords

Properties

PropertyTypeDescription
bottomnumberBottom edge coordinate.
leftnumberLeft edge coordinate.
rightnumberRight edge coordinate.
topnumberTop edge coordinate.

Links to this page: