| Status | ||||
|---|---|---|---|---|
|
메뉴를 토글합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| menuName | String | 메뉴 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('toggleMenu', 'file'); |
...
| Status | ||||
|---|---|---|---|---|
|
메뉴를 토글합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| menuName | String | 메뉴 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('toggleMenu', 'file'); |
...