AboutSupportDeveloper GuideVersion 38.126.82.61

Interface ShowTrayIconPopupMenuOptions<Data>

Options for showing a tray icon popup menu

interface ShowTrayIconPopupMenuOptions<Data> {
    template: MenuItemTemplate<Data>[];
}

Type Parameters

  • Data extends unknown = unknown

    User-defined shape for data returned upon menu item click. Should be a union of all possible data shapes for the entire menu, and the click handler should process these with a "reducer" pattern.

Properties

Properties

template: MenuItemTemplate<Data>[]

An array describing the menu to show.