# `GSBaseObject.glyph`

*Instance Property*

The glyph containing the receiver, or `nil` when the receiver is detached from a glyph.

## Declaration

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

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

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

## See Also

### Owners

- [`GSBaseObject.parent`](/Core/GlyphsCore/GSBaseObject/parent) — The object that directly contains the receiver, or `nil` when the receiver is detached.
- [`GSBaseObject.layer`](/Core/GlyphsCore/GSBaseObject/layer) — The layer containing the receiver, or `nil` when the receiver is detached from a layer.

