셀렉션을 문서의 맨 뒤까지 확장시킵니다Extend the selection to the end of the document.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'extendDocumentEnd' extend the selection to the end of the document API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('extendDocumentEnd'); |
...