Menu
Extends Component
#
Constructorconstructor(app: App);
#
Methods#
setNoIconsetNoIcon(): this;
#
addItemaddItem(cb: (item: MenuItem) => any): this;
#
addSeparatoraddSeparator(): this;
#
showAtMouseEventshowAtMouseEvent(evt: MouseEvent): this;
#
showAtPositionshowAtPosition(position: Point): this;
#
hidehide(): this;
#
onHideonHide(callback: () => any): void;