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

> 矩形区域（左上/右下）。

| 字段       | 类型       | 说明  |
| -------- | -------- | --- |
| `left`   | `number` | 左边界 |
| `top`    | `number` | 上边界 |
| `right`  | `number` | 右边界 |
| `bottom` | `number` | 下边界 |
