OpenFin Workspace API
    Preparing search index...

    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 Summary)

    Index
    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.