AboutSupportDeveloper GuideVersion 22.3.18

Represents a link to be rendered inside Storefront.

interface StorefrontLink {
    title: string;
    url: string;
}

Properties

Properties

title: string

A UI friendly title to render the link as.

url: string

When the rendered title text is clicked, the user will be navigated to this URL.