Page tree

Versions Compared

Key

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

실행 취소를 실행합니다.Undo an action


Parameters:

NameTypeDescription
actionNameString액션 이름'undo' undo API


Example:

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

...