OpenFin Workspace API
    Preparing search index...

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

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