# `GSHint.originNode`

*Instance Property*

## Declaration

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

```objc
@property (strong) GSNode * originNode;
```

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

```python
pyobjc_instanceMethods.originNode() -> GSNode
pyobjc_instanceMethods.setOriginNode_(originNode: GSNode)
```

