# `GSUndoManager.glyph`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var glyph: (any GSUndoClientProtocol & NSObjectProtocol)? { get set }
```

```objc
@property (atomic, unsafe_unretained) NSObject<GSUndoClientProtocol> * glyph;
```

```python
glyph() -> NSObject<GSUndoClientProtocol>
setGlyph_(glyph: NSObject<GSUndoClientProtocol>)
```

