Delete the text on the right of the caret position.
When there is a selection, the selected block is deleted.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'deleteRight' delete right API |
Example:
editor.execCommand('deleteRight');
Delete the text on the right of the caret position.
When there is a selection, the selected block is deleted.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'deleteRight' delete right API |
Example:
editor.execCommand('deleteRight');