# `GSWindowController.masterIndex`

*Instance Property*

The index of the active master

## Declaration

```swift
var masterIndex: UInt { get set }
```

```objc
@property (nonatomic) NSUInteger masterIndex;
```

```python
masterIndex() -> int
setMasterIndex_(masterIndex: int)
```

## Return Value

The index of the active master

