AboutSupportDeveloper GuideVersion 34.118.78.63

Interface DownloadShelfOptions

Controls the styling and behavior of the window download shelf.

Hierarchy

  • DownloadShelfOptions

Properties

Properties

border?: {
    color?: string;
    size?: number;
}

Styling options for the download shelf border.

Type declaration

  • Optional color?: string

    Color of the border, either a string name or a hex code. Defaults to chromium theme if absent.

  • Optional size?: number

    Thickness of the border in pixels. Default 1 pixel. Used only for frameless windows.

    Remarks

    The top border is fixed to 1 pixel regardless of this setting.

enabled: boolean

Whether downloads in this window trigger opening the download shelf.