AboutSupportDeveloper GuideVersion 22.3.18

Interface StorefrontNavigationItemAppGrid

Template for rendering a navigation item that renders a app grid when clicked.

interface StorefrontNavigationItemAppGrid {
    id: string;
    templateData: StorefrontAppGrid;
    templateId: AppGrid;
    title: string;
}

Hierarchy (view full)

Properties

id: string

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

templateData: StorefrontAppGrid

Render an app grid when navigation item is pressed.

templateId: AppGrid
title: string

UI friendly name for the navigation item.