Page tree

Versions Compared

Key

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

command - 이전 단어 앞까지 셀렉션을 확장시킵니다Extend the selection to the start of the previous word.


Parameters:

NameTypeDescription
actionNameString액션 이름'extendPreviousWord' extend the selection to the start of the previous word API


Example:

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

...