Page tree
Skip to end of metadata
Go to start of metadata

Select word at the designated coordinate.


Parameters:

NameTypeDescription
actionNameString'selectWord' select word in the designated coordinate API
xNumberx coordinate
yNumbery coordinate


Example:

editor.execCommand('selectWord', 100, 100);
  • No labels