AboutSupportDeveloper GuideVersion 22.3.18
interface StorefrontFooter {
    links: [StorefrontLink?, StorefrontLink?, StorefrontLink?];
    logo: Image;
    text: string;
}

Properties

Properties

A set of links to display on Storefront's footer.

logo: Image

A logo to be displayed on the Storefront's footer.

text: string