# Flydown

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

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

Flydown instance returned when creating flydown windows.

## Properties

- **`destroy`** (`() => Promise<void>`, required)
  Function that clears all flydown trigger zones from the window when invoked.
- **`options`** (`FlydownOptions`, required)
  The options object used when the flydown was created.

## Related types

- [FlydownOptions](https://docs.interop.io/desktop/reference/javascript/windows/flydownoptions/index.md)
