> ## 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.

# BoundingBox

# Interface: BoundingBox

Defined in: [index.d.ts:1198](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1198)

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](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1202)

***

### left

> **left**: `number`

Defined in: [index.d.ts:1199](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1199)

***

### right

> **right**: `number`

Defined in: [index.d.ts:1201](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1201)

***

### top

> **top**: `number`

Defined in: [index.d.ts:1200](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1200)
