()
| 97 | private readonly _menuAim = inject(MENU_AIM, {optional: true}); |
| 98 | |
| 99 | constructor() { |
| 100 | super(); |
| 101 | this._setRole(); |
| 102 | this._registerCloseHandler(); |
| 103 | this._subscribeToMenuStackClosed(); |
| 104 | this._subscribeToMouseEnter(); |
| 105 | this._subscribeToMenuStackHasFocus(); |
| 106 | this._setType(); |
| 107 | } |
| 108 | |
| 109 | /** Toggle the attached menu. */ |
| 110 | toggle() { |
nothing calls this directly
no test coverage detected