NavigationMenuItemCollection

Collection of navigation menu items

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
menuItems array List of navigation menu items
totalMenuItems integer Total number of menu items
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-navigationmenuitemcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NavigationMenuItemCollection",
  "title": "NavigationMenuItemCollection",
  "type": "object",
  "description": "Collection of navigation menu items",
  "properties": {
    "menuItems": {
      "type": "array",
      "description": "List of navigation menu items",
      "items": {
        "$ref": "#/components/schemas/NavigationMenuItem"
      }
    },
    "totalMenuItems": {
      "type": "integer",
      "description": "Total number of menu items"
    }
  }
}