Description
The Menu object contains information about a Menu for the Store. It contains various MenuItems that build up the Menu's content.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
id |
String | Returns the unique id for this Menu |
identifier |
String | Returns the value of the Identifier attribute |
menu_items |
List[MenuItem] | Returns a list of MenuItems belonging to this Menu |
render |
String | Returns the rendered HTML content for this Menu |
style_classes |
String | Returns the CSS classes that should be added for this Menu |