> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supernote.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rect

> Rectangle region (top-left / bottom-right).

| Field    | Type     | Description     |
| -------- | -------- | --------------- |
| `left`   | `number` | left boundary   |
| `top`    | `number` | top boundary    |
| `right`  | `number` | right boundary  |
| `bottom` | `number` | bottom boundary |
