# `GSHint.targetNode`

*Instance Property*

## Declaration

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

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

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

```python
pyobjc_instanceMethods.targetNode() -> GSNode
pyobjc_instanceMethods.setTargetNode_(targetNode: GSNode)
```

