Skip to main content

linklist

A menu in a store.

To learn about how to implement navigation in a theme, refer to Add navigation to your theme.

Properties

The handle of the menu.

The number of nested levels in the menu.

Note

There's a maximum of 3 levels.

The links in the menu.

The title of the menu.

{
"handle": "main-menu",
"levels": 2,
"links": [],
"title": "Main menu"
}
Was this section helpful?