# `GSHint.originIndex`

*Instance Property*

## Declaration

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

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

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

```python
pyobjc_instanceMethods.originIndex() -> NSIndexPath
pyobjc_instanceMethods.setOriginIndex_(originIndex: NSIndexPath)
```

