# `GSHint.targetIndex`

*Instance Property*

## Declaration

```swift
var targetIndex: IndexPath? { get set }
```

```objc
@property (nonatomic, strong) NSIndexPath * targetIndex;
```

[See also `targetIndex` in the Python API](https://docu.glyphsapp.com/#GSHint.targetIndex)

```python
pyobjc_instanceMethods.targetIndex() -> NSIndexPath
pyobjc_instanceMethods.setTargetIndex_(targetIndex: NSIndexPath)
```

