# `GSNode.glyph`

*Instance Property*

The glyph containing the node, or `nil` when the node is not part of a glyph.

## Declaration

```swift
var glyph: GSGlyph? { get }
```

```objc
@property (nonatomic, readonly) GSGlyph * glyph;
```

```python
pyobjc_instanceMethods.glyph() -> GSGlyph
```

## See Also

### Owners

- [`GSNode.parent`](/Core/GlyphsCore/GSNode/parent) — The path containing the node, or `nil` when the node is not part of a path.
- [`GSNode.layer`](/Core/GlyphsCore/GSNode/layer) — The layer containing the node, or `nil` when the node is not part of a layer.

