(controller: CommonController)
| 40 | tray: Tray | undefined; |
| 41 | |
| 42 | constructor(controller: CommonController) { |
| 43 | this.act = controller.action; |
| 44 | this.config = controller.config; |
| 45 | bus.gon("openMenu", (name: MenuActionType) => { |
| 46 | this.openMenu(name); |
| 47 | }); |
| 48 | } |
| 49 | |
| 50 | getCallback(...args: any[]): CallBack { |
| 51 | return ( |