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