Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

캐럿이 위치한 곳에서 오른쪽의 텍스트를 제거합니다.

...

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:

Code Block
languagejs
themeEmacs
editor.execCommand('deleteRight');

...