| Name | Type | Description |
| object_type | String | Will always be datastore_item |
| is_valid | Boolean | True if this references a published menu |
| guid | String | The unique identifier for this menu |
| value | String | Contains the same value as guid |
| name | text | The name of this menu, primarily used for identification and organization |
| items | menu_items | A list containing all of the top-level menu_items in the current menu |
| field_id | String | The identifier for this field |
| label | String | The label for this field |
| output | String | The default output that the menu produces when output directly to the template. The default output may change at any time. Template developers should avoid using this and should handle the output of menus themselves |
Contains multiple menus.
| Name | Type | Description |
| output | String | The default output that the menus will produce when it is output directly to the template - using the "output_in_list" property of each menu in the items list |
Fetching Menu Items
Copy