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

# Layer

> 图层数据类型。

<Note>
  只有笔记文件（.note）才有图层数据，其他文件没有图层数据。
</Note>

| 字段               | 类型        | 说明                                                                                                                                                                 |
| ---------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `layerId`        | `number`  | 图层 ID：<br />- `-1` 背景图层：不可删除、不可改名、不可移动排序、不可设置为当前图层、可设置图层可见状态<br />- `0` 主图层：不可删除、不可改名、可移动排序、可设置为当前图层、可设置图层可见状态<br />- `1-3` 自定义图层：可删除、可改名、可移动排序、可设置为当前图层、可设置图层可见状态 |
| `name`           | `string`  | 图层名称                                                                                                                                                               |
| `isCurrentLayer` | `boolean` | 是否是当前图层                                                                                                                                                            |
| `isVisible`      | `boolean` | 图层是否可见                                                                                                                                                             |
