Page tree

Versions Compared

Key

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

셀렉션된 텍스트에 취소선을 설정합니다.

...

Strike through the selected text.

In caret status, the text to be entered is struck through.


Parameters:

NameTypeDescription
actionNameString액션 이름'strike' strikethrough API


Example:

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

...