# `GSHint.otherNode2`

*Instance Property*

## Declaration

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

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

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

```python
pyobjc_instanceMethods.otherNode2() -> GSNode
pyobjc_instanceMethods.setOtherNode2_(otherNode2: GSNode)
```

