Newer Version Available

This content describes an older version of this product. View Latest

ConnectApi.NavigationMenuItem

Navigation menu item.
Property Name Type Description Available Version
actionType ConnectApi.​NavigationMenuItem​ActionType Event, URL type, or modal navigation menu item. Values are:
  • Event—Event-based navigation.

    Event is internal only and can’t be used in custom components.

    Note

  • ExternalLink—URL outside of your Experience Cloud site.
  • InternalLink—Relative URL inside your Experience Cloud site.
  • Modal—Modal, such as Account Switcher.
52.0
actionValue String For Event action type, the event fully qualified name for the navigation menu item. For ExternalLink and InternalLink action types, the route URL for the navigation menu item. For Modal action type, the component fully qualified name for the navigation menu item. 52.0
imageUrl String URL to the image of the navigation menu item. 52.0
label String Label for the navigation menu item. 52.0
pageReference ConnectApi.​NavigationMenuPage​Reference Page reference for the navigation menu item. Page reference is returned only for the Storefront Categories data source. 59.0
subMenu List<ConnectApi.​NavigationMenuItem> Submenu for the navigation menu item. 52.0
target ConnectApi.​NavigationMenuItem​OpenTarget Target for the navigation menu item. Values are:
  • CurrentWindow—Navigation menu item opens in the current window.
  • NewWindow—Navigation menu item opens in a new window.
52.0