좌표의 문단을 셀렉션 합니다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:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('selectParagraph', 100, 100); |
...