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