@eclipse-scout/core
Version:
Eclipse Scout runtime
13 lines • 527 B
TypeScript
import { ContextMenuPopup, InitModelOf, Menu, MenuBarPopupModel } from '../../index';
/**
* The MenuBarPopup is a special Popup that is used in the menu-bar. It is tightly coupled with a menu-item.
*/
export declare class MenuBarPopup extends ContextMenuPopup implements MenuBarPopupModel {
model: MenuBarPopupModel;
menu: Menu;
constructor();
protected _init(options: InitModelOf<this>): void;
protected _render(): void;
protected _getMenuItems(): Menu[];
}
//# sourceMappingURL=MenuBarPopup.d.ts.map