전체화면을 토글합니다Toggles full screen.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'toggleFullScreen' full screen mode toggling API. |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('toggleFullScreen'); |
...
전체화면을 토글합니다Toggles full screen.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'toggleFullScreen' full screen mode toggling API. |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('toggleFullScreen'); |
...