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