캐럿이 위치한 곳에 북마크를 삽입합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| id | String | 삽입할 북마크 id |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('insertBookmark', 'id'); |
...
캐럿이 위치한 곳에 북마크를 삽입합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| id | String | 삽입할 북마크 id |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('insertBookmark', 'id'); |
...