Page tree

Versions Compared

Key

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

셀렉션을 제거합니다Clear the selection.


Parameters:

NameTypeDescription
actionNameString액션 이름'cleraSelection' selection clearing API


Example:

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

...