Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MenuBarWidget

Hierarchy

Index

Constructors

constructor

  • Construct a new menu bar.

    Parameters

    • Optional options: IOptions

      The options for initializing the menu bar.

    Returns MenuBarWidget

Methods

Abstract activateMenu

  • activateMenu(label: string, ...labels: string[]): Promise<Menu>

Abstract triggerMenuItem

  • triggerMenuItem(label: string, ...labels: string[]): Promise<IItem>