AboutSupportDeveloper GuideVersion 22.3.18

Interface StorefrontNavigationSection

Render a navigation section on the left panel of Storefront.

interface StorefrontNavigationSection {
    id: string;
    items: [StorefrontNavigationItem, StorefrontNavigationItem?, StorefrontNavigationItem?, StorefrontNavigationItem?, StorefrontNavigationItem?];
    title: string;
}

Properties

Properties

id: string

Unique identifier for the navigation section.

Navigation items to render under this section. 1-5 Navigation Items are supported.

title: string

The UI friendly title of the navigation section.