# `GSNode.hoiInfo`

*Instance Property*

Higher-order interpolation definitions where the keys are axis tags.

## Declaration

```swift
var hoiInfo: [String : [String : Any]]? { get set }
```

```objc
@property (nonatomic, strong) NSDictionary<NSString *,NSDictionary<NSString *,id> *> * hoiInfo;
```

```python
hoiInfo() -> dict[str, NSDictionary<NSString *,id>]
setHoiInfo_(hoiInfo: dict[str, NSDictionary<NSString *,id>])
```

## See Also

### Metadata

- [`GSNode.name`](/Core/GlyphsCore/GSNode/name) — A user-assigned name of the node.
- [`GSNode.hobbyInfo`](/Core/GlyphsCore/GSNode/hobbyInfo) — Hobby node information associated with the node.
- [`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.

