AboutSupportDeveloper GuideVersion 22.3.18

Interface StorefrontNavigationItemLandingPage

Template for rendering a navigation item that renders another landing page when clicked.

interface StorefrontNavigationItemLandingPage {
    id: string;
    templateData: StorefrontLandingPage;
    templateId: LandingPage;
    title: string;
}

Hierarchy (view full)

Properties

id: string

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

templateData: StorefrontLandingPage

Render a landing page when navigation item is pressed.

templateId: LandingPage
title: string

UI friendly name for the navigation item.