This API supports undo/redo in NOTE.This API modifies lasso document title data. Therefore, you must lasso a title before calling it,
and the lasso selection must contain exactly one title. If the lasso selection is not a title, or contains
multiple titles, the call will fail.
It is recommended to call this API from the plugin UI entered via a lasso toolbar button.
| Parameter | Type | Description |
|---|---|---|
params.style | number | Title style: 0 remove title, 1 black background, 2 gray-white, 3 gray-black, 4 shadow |
APIResponse<boolean>:result === trueindicates the modification succeeded