# `GSHint.otherNode1`

*Instance Property*

## Declaration

```swift
var otherNode1: GSNode? { get set }
```

```objc
@property (nonatomic, strong) GSNode * otherNode1;
```

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

```python
pyobjc_instanceMethods.otherNode1() -> GSNode
pyobjc_instanceMethods.setOtherNode1_(otherNode1: GSNode)
```

