캐럿을 아래쪽으로 이동시킵니다Move the caret downward.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'down' downward caret moving API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('down'); |
...
캐럿을 아래쪽으로 이동시킵니다Move the caret downward.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'down' downward caret moving API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('down'); |
...