셀렉션을 줄 맨 뒤까지 확징시킵니다Extend the selection to the end of the paragraph.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'extendLineEnd' extend the selection to the end of the paragraph API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLineEnd'); |
...