Page tree

Versions Compared

Key

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

좌표의 단어를 셀렉션 합니다Select word at the designated coordinate.


Parameters:

NameTypeDescription
actionNameString액션 이름'selectWord' select word in the designated coordinate API
xNumberx 좌표 (화면에서의 좌표)coordinate
yNumbery 좌표 (화면에서의 좌표)coordinate


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('selectWord', 100, 100);

...