Last update:
July 26, 2024
MenuLinkListType object¶
This type represents a list of menu links. It defines the structure and properties of a menu.
Fields¶
Field | Description |
---|---|
name String |
The name of the menu link list. |
outerId String |
The external Id of the menu link list. |
items MenuLinkType |
An array of MenuLinkType objects.Each object represents a menu link within the menu link list. |