셀렉션을 다음 문단의 맨 앞까지 확장시킵니다Extend the selection to the start of the next paragraph.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'extendNextParagraphStart' extend the selection to the end of the paragraph API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('extendNextParagraphStart'); |
...