# `GSWindowController.allLayers`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var allLayers: NSArray { get }
```

```objc
@property (unsafe_unretained, readonly) NSArray * allLayers;
```

```python
allLayers() -> list
```

