---
title: window
card_id: 55971
---

### window

In AppleScript, any window managed by an application (often an application object of class window).

The properties of windows depend on the application to which they belong, but the standard properties of a window object are:

```
bounds
closeable
titled
index
floating
modal
resizable
zoomable
zoomed
visible
```

