# Loader

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

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

Window loader settings.

## Properties

- **`enabled`** (`boolean`, optional) default: `true`
  Enable or disable the loader.
- **`loaderBackground`** (`string`, optional) default: `"#1C2D3B"`
  Changes the background of the loader page.
- **`loaderHideOnLoad`** (`boolean`, optional) default: `true`
  Hide the loader once the page is loaded.
- **`loaderSize`** (`number`, optional)
  Sets a specific size in pixels for the loader animation.
- **`loaderSizeFactor`** (`number`, optional) default: `0.3`
  Sets a size factor for the loader animation relative to the window size.
- **`loaderSpeed`** (`number`, optional) default: `1`
  Changes the loader animation speed.
- **`loaderText`** (`string`, optional) default: `"Loading"`
  Text that will show below the loader animation.
- **`loaderTextColor`** (`string`, optional) default: `"#F1F1F1"`
  Color for the loader text.
- **`loaderTextSize`** (`number`, optional) default: `12`
  Size of the loader text.
- **`loaderType`** (`string`, optional) default: `"DoubleBounce"`
  Type of the loading animation.
- **`timeout`** (`number`, optional)
  Interval in milliseconds after which the loader will be hidden.
