OpenFin Workspace API
    Preparing search index...

    Interface StorefrontLink

    Represents a link to be rendered inside Storefront.

    interface StorefrontLink {
        title: string;
        url: string;
    }
    Index
    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.