셀렉션된 텍스트의 배경색을 설정합니다.
...
Designate the background color for the selected text.
In caret status, the background color for the text to be entered is designated.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'fill' text background color API |
| colorCode | String' | #000000' 형식의 color codehex color (ex; #000000) |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('fill', '#000000'); |
...