AboutSupportDeveloper GuideVersion 22.3.18

Interface StorefrontNavigationItemBase

interface StorefrontNavigationItemBase {
    id: string;
    title: string;
}

Hierarchy (view full)

Properties

Properties

id: string

An ID for referencing the navigation item. Must be unique.

title: string

UI friendly name for the navigation item.