Insert a bookmark at the caret position.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'insertBookmark' bookmark inserting API |
| id | String | ID of the bookmark to insert |
Example:
editor.execCommand('insertBookmark', 'id');
Insert a bookmark at the caret position.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'insertBookmark' bookmark inserting API |
| id | String | ID of the bookmark to insert |
Example:
editor.execCommand('insertBookmark', 'id');