BBox
Unofficial
Axis-aligned bounding box.
Import:
import type { BBox } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface BBoxProperties
| Property | Type | Description | |
|---|---|---|---|
| maxX | number | Maximum x coordinate (right edge). | |
| maxY | number | Maximum y coordinate (bottom edge). | |
| minX | number | Minimum x coordinate (left edge). | |
| minY | number | Minimum y coordinate (top edge). |
Links to this page: