---
title: drawers
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/drawers
---

# drawers

The collection of drawers associated with the window.

## Declaration

```swift
var drawers: [NSDrawer]? { get }
```

## See Also

### Properties

- [backingLocation](appkit/nswindow/backinglocation-swift.property.md)
- [preferredBackingLocation](appkit/nswindow/preferredbackinglocation.md)
- [isOneShot](appkit/nswindow/isoneshot.md)
- [showsResizeIndicator](appkit/nswindow/showsresizeindicator.md)
- [isFlushWindowDisabled](appkit/nswindow/isflushwindowdisabled.md)
- [isAutodisplay](appkit/nswindow/isautodisplay.md)
- [graphicsContext](appkit/nswindow/graphicscontext.md)
- [windowRef](appkit/nswindow/windowref.md)
