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