Page tree
Skip to end of metadata
Go to start of metadata

Delete the text on the right of the caret position.

When there is a selection, the selected block is deleted.


Parameters:

NameTypeDescription
actionNameString'deleteRight' delete right API


Example:

editor.execCommand('deleteRight');
  • No labels