OpenFin Workspace API
    Preparing search index...

    Interface StorefrontNavigationSection

    Render a navigation section on the left panel of Storefront.

    interface StorefrontNavigationSection {
        id: string;
        items: [
            StorefrontNavigationItem,
            StorefrontNavigationItem?,
            StorefrontNavigationItem?,
            StorefrontNavigationItem?,
            StorefrontNavigationItem?,
        ];
        title: string;
    }
    Index
    id: string

    Unique identifier for the navigation section.

    Navigation items to render under this section. 1-5 Navigation Items are supported.

    title: string

    The UI friendly title of the navigation section.