Menu - Liquid Object Reference - 1.0.0
Object Name | Menu |
Version | 1.0.0 |
Description
The Menu object contains information about a Menu for the Store. It contains various MenuItems that build up the Menu’s content.
Attributes
Attribute | Type | Description |
---|---|---|
data | Object | Returns a custom data object for this object |
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 |
Objects that return Menus
Back to Liquid Reference for 1.0.0
Back to Documentation