셀렉션을 왼쪽으로 확장시킵니다Extend the selection leftward.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'extendLeft' leftward selection extending API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLeft'); |
...
셀렉션을 왼쪽으로 확장시킵니다Extend the selection leftward.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'extendLeft' leftward selection extending API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendLeft'); |
...