# DownloadSettings

**Kind**: interface | **Module**: [Windows](https://docs.interop.io/desktop/reference/javascript/windows/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/downloadsettings/index.html

Describes the window download behavior.

## Properties

- **`autoOpenDownload`** (`boolean`, optional) default: `false`
  If `true`, will open the download file after the download is completed.
- **`autoOpenPath`** (`boolean`, optional) default: `false`
  If `true`, will open the folder that contains the downloaded file after the download is completed.
- **`autoSave`** (`boolean`, optional) default: `true`
  If `true`, will autosave the file without asking the user where to save it. If `false`, a system save dialog will appear.
- **`enable`** (`boolean`, optional) default: `true`
  If `true`, will enable the window to download files.
- **`enableDownloadBar`** (`boolean`, optional) default: `true`
  If `true`, a download bar tracking the progress will appear at the bottom of the window when downloading. If `false`, the download process will be invisible.
