스크롤 아래쪽까지 셀렉션을 확장시킵니다.Extend the selection below the scroll
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'extendPageDown' extend the selection below the scroll API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendPageDown'); |
...
스크롤 아래쪽까지 셀렉션을 확장시킵니다.Extend the selection below the scroll
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'extendPageDown' extend the selection below the scroll API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendPageDown'); |
...