Only NOTE files support layer data.
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE file path |
page | number | Page index (starts from 0) |
layer | Layer | Layer data to insert |
APIResponse<boolean>:result === trueindicates the insertion succeeded
Insert a layer.
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE file path |
page | number | Page index (starts from 0) |
layer | Layer | Layer data to insert |
APIResponse<boolean>:
result === true indicates the insertion succeeded