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);