Documentation Index
Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
Use this file to discover all available pages before exploring further.
Interface: BoundingBox
Defined in: index.d.ts:1198 Axis-aligned rectangle.right and bottom are exclusive (Playwright /
DOM convention), so the box covers [left, right) × [top, bottom).
Properties
bottom
bottom: number
Defined in: index.d.ts:1202
left
left: number
Defined in: index.d.ts:1199
right
right: number
Defined in: index.d.ts:1201
top
top: number
Defined in: index.d.ts:1200
