# `GSHint.otherIndex1`

*Instance Property*

## Declaration

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

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

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

```python
pyobjc_instanceMethods.otherIndex1() -> NSIndexPath
pyobjc_instanceMethods.setOtherIndex1_(otherIndex1: NSIndexPath)
```

