AboutSupportDeveloper GuideVersion 36.122.80.11

Interface DownloadShelfOptions

Controls the styling and behavior of the window download shelf.

Remarks

This will control the styling for the download shelf regardless of whether its display was triggered by the window itself, or a view targeting the window.

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. Must be a 6-character hex code prefixed by #. 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.

Remarks

These apply regardless of whether download shelf display was triggered by this window itself, or a view targeting the window. Individual views cannot control the rendering of their parent window's download shelf.

enabled: boolean

Whether downloads in this window trigger display of the download shelf.

Remarks

Setting this to false will not prevent the download shelf from opening if a child view with downloadShelf: { enabled: true } initiates a download.