# `GSWindowController.toolInstances`

*Instance Property*

## Declaration

```swift
var toolInstances: [Any] { get set }
```

```objc
@property (nonatomic, retain) NSArray<GlyphsTool> * toolInstances;
```

```python
toolInstances() -> list[GlyphsTool]
setToolInstances_(toolInstances: list[GlyphsTool])
```

