Skip to content

BBox

Unofficial

Axis-aligned bounding box.

Import:

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

Signature:

export interface BBox

Properties

PropertyTypeDescription
maxXnumberMaximum x coordinate (right edge).
maxYnumberMaximum y coordinate (bottom edge).
minXnumberMinimum x coordinate (left edge).
minYnumberMinimum y coordinate (top edge).

Links to this page: