셀렉션된 텍스트의 크기를 강조합니다.
...
Embolden the selected text.
In caret status, the text to be entered is emboldened.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'bold' text emboldening API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('bold'); |
...
셀렉션된 텍스트의 크기를 강조합니다.
...
Embolden the selected text.
In caret status, the text to be entered is emboldened.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'bold' text emboldening API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('bold'); |
...