AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface DownloadBubbleOptions

    Configuration options for enabling and positioning the download bubble UI.

    interface DownloadBubbleOptions {
        anchor: Anchor;
        enabled: boolean;
    }
    Index
    anchor: Anchor

    Anchor configuration describing where the download bubble should attach.

    enabled: boolean

    Whether the download bubble feature is enabled.