Type Alias MenuItemBase

MenuItemBase: OrderedItem & {
    group: ReferencedItem;
    label: LocalizeKey;
    localizeNotes: string;
    searchTerms?: LocalizeKey;
    tooltip?: LocalizeKey;
}

Type declaration

  • group: ReferencedItem

    Menu group to which this menu item belongs

  • label: LocalizeKey

    Key that represents the text of this menu item to display

  • localizeNotes: string

    Additional information provided by developers to help people who perform localization

  • OptionalsearchTerms?: LocalizeKey

    Key that represents words the platform should reference when users are searching for menu items

  • Optionaltooltip?: LocalizeKey

    Key that represents the text to display if a mouse pointer hovers over the menu item