# `GSWindowController.selectedToolGroupIndex`

*Instance Property*

## Declaration

```swift
var selectedToolGroupIndex: Int { get set }
```

```objc
@property (nonatomic, assign) NSInteger selectedToolGroupIndex;
```

```python
selectedToolGroupIndex() -> int
setSelectedToolGroupIndex_(selectedToolGroupIndex: int)
```

