Skip to content

Coords

Unofficial

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

Import:

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

Signature:

export interface Coords

Properties

Property Type Description
bottom number Bottom edge coordinate.
left number Left edge coordinate.
right number Right edge coordinate.
top number Top edge coordinate.

Links to this page: