linklist
A menu in a store.
| Properties | Type | Description |
|---|---|---|
active | boolean | Returns true if the menu is active. Returns false if not. |
id | string | The id of the menu. |
links | an array of link | The links in the menu. |
title | string | The title of the menu. |
Object
{
"active": false,
"id": "header",
"links": [],
"title": "Main menu"
}