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