OpenFin Workspace API
    Preparing search index...

    Interface StorefrontFooter

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

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

    logo: Image

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

    text: string