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 URL type or event of the 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.
52.0
actionValue String Route URL or event 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
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