# `GSNode.hobbyInfo`

*Instance Property*

Hobby node information associated with the node.

## Declaration

```swift
var hobbyInfo: GSHobbyNodeInfo? { get set }
```

```objc
@property (nonatomic, strong) GSHobbyNodeInfo * hobbyInfo;
```

```python
hobbyInfo() -> GSHobbyNodeInfo
setHobbyInfo_(hobbyInfo: GSHobbyNodeInfo)
```

## See Also

### Metadata

- [`GSNode.name`](/Core/GlyphsCore/GSNode/name) — A user-assigned name of the node.
- [`GSNode.hoiInfo`](/Core/GlyphsCore/GSNode/hoiInfo) — Higher-order interpolation definitions where the keys are axis tags.
- [`GSNode penPoint`](/Core/GlyphsCore/GSNode/penPoint) — The pen point at the node, or `nil` if none exists.
- [`GSNode.associatedPenPoints`](/Core/GlyphsCore/GSNode/associatedPenPoints) — The pen points associated with the node.

