AboutSupportDeveloper GuideVersion 44.144.100.59

Configuration options for enabling and positioning the download bubble UI.

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

Properties

Properties

anchor: Anchor

Anchor configuration describing where the download bubble should attach.

enabled: boolean

Whether the download bubble feature is enabled.