캐럿을 다음 문단의 맨 앞으로 이동시킵니다Move the caret to the start of the next paragraph.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'nextParagraphStart' move the caret to the end of the paragraph API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('nextParagraphStart'); |
...