# StartDragOptions

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

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

Options for moving a file from a web page to the OS.

## Properties

- **`data`** (`string`, required)
  File data in string format.
- **`filename`** (`string`, optional)
  Name for the file.
- **`icon`** (`string`, optional)
  Icon that will be shown under the mouse cursor when the user drags the file.
- **`type`** (`"file" | "base64" | "base64url" | "utf8"`, required)
  Type of the file to be moved.
