셀렉션된 텍스트에 취소선을 설정합니다.
캐럿 상태인 경우 입력될 텍스트에 취소선을 설정합니다Strike through the selected text.
In caret status, the text to be entered is struck through.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'strike' strike through API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('strike'); |
...