Select word at the designated coordinate.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'selectWord' select word in the designated coordinate API |
x | Number | x coordinate |
y | Number | y coordinate |
Example:
editor.execCommand('selectWord', 100, 100);
Select word at the designated coordinate.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'selectWord' select word in the designated coordinate API |
x | Number | x coordinate |
y | Number | y coordinate |
Example:
editor.execCommand('selectWord', 100, 100);