OpenFin Workspace API
    Preparing search index...

    Interface StorefrontLandingPage

    interface StorefrontLandingPage {
        bottomRow: { items: StorefrontLandingPageBottomRow; title: string };
        hero?: {
            cta: StorefrontNavigationItem;
            description: string;
            image: Image;
            title: string;
        };
        middleRow: { apps: StorefrontLandingPageMiddleRow; title: string };
        topRow: { items: StorefrontLandingPageTopRow; title: string };
    }
    Index
    bottomRow: { items: StorefrontLandingPageBottomRow; title: string }
    hero?: {
        cta: StorefrontNavigationItem;
        description: string;
        image: Image;
        title: string;
    }
    middleRow: { apps: StorefrontLandingPageMiddleRow; title: string }
    topRow: { items: StorefrontLandingPageTopRow; title: string }