캐럿을 줄 맨 뒤로 이동시킵니다Move the caret to the end of the paragraph.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 'lineEnd' move the caret to the end of the paragraph API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('lineEnd'); |
...
캐럿을 줄 맨 뒤로 이동시킵니다Move the caret to the end of the paragraph.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 'lineEnd' move the caret to the end of the paragraph API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('lineEnd'); |
...