AboutSupportDeveloper GuideVersion 22.3.18

Interface StorefrontNavigationItemDetails

interface StorefrontNavigationItemDetails {
    buttonTitle?: string;
    description: string;
    image: Image;
    tooltip?: string;
}

Properties

buttonTitle?: string
description: string
image: Image
tooltip?: string