Strike through the selected text.
In caret status, the text to be entered is struck through.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'strike' strikethrough strike through API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('strike'); |
...
Strike through the selected text.
In caret status, the text to be entered is struck through.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'strike' strikethrough strike through API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('strike'); |
...