A menu in a store.

PropertiesTypeDescription
activebooleanReturns true if the menu is active. Returns false if not.
idstringThe id of the menu.
linksan array of linkThe links in the menu.
titlestringThe title of the menu.
{
  "active": false,
  "id": "header",
  "links": [],
  "title": "Main menu"
}