캐럿이 위치한 곳에서 왼쪽의 텍스트를 제거합니다.
...
Delete the text on the left of the caret position.
When there is a selection, the selected block is deleted.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'deleteLeft' delete left API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('deleteLeft'); |
...