| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE/DOC file path |
page | number | Page index (starts from 0) |
elements | Element[] | Elements to modify (must already exist) |
APIResponse<number[]>:resultis the list of element indices modified successfully
Modify existing page elements (only existing elements can be modified).
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE/DOC file path |
page | number | Page index (starts from 0) |
elements | Element[] | Elements to modify (must already exist) |
APIResponse<number[]>: result is the list of element indices modified successfully