Provide any depthLimit to limit the output to only the top levels of the tree
extends ClientCallOptions
The MenuClient supports additional call configuration properties to support the request param of depthLimit
Property | Type | Description |
---|---|---|
|
|
Provide any depthLimit to limit the output to only the top levels of the tree |
Property | Type | Description |
---|---|---|
|
|
The identifier for the menu. |
|
|
The unique name of the menu. This field is not displayed anywhere. |
|
|
Optional label for the menu to be displayed when it is rendered. |
|
|
A list of the direct children of this menu with their own submenus populated. |
|
|
Any additional custom attributes included on this menu |
Property | Type | Description |
---|---|---|
|
|
The identifier for the menu item. |
|
|
The identifier for the parent menu. |
|
|
The identifier for the parent menu item. |
|
|
The user-friendly label for the menu item. |
|
|
The url that is visited when the menu item is clicked |
|
|
The order in which this item should be displayed relative to its siblings in the navigation tree. |
|
|
The url of the image that should be rendered when displaying this menu item. |
|
|
The alt text of the image if imageUrl is set on the menu item. |
|
|
The HTML that should be used to display the menu item. |
|
|
The type of menu item. |
|
|
A list of the direct children of this menu item with their own submenus populated. |
|
|
Any additional custom attributes included on this menu item |