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 strike through API


Example:

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

...