Instance Property
glyph
Declaration
unowned(unsafe) var glyph: (any GSUndoClientProtocol & NSObjectProtocol)? { get set }Declaration
@property (atomic, unsafe_unretained) NSObject<GSUndoClientProtocol> * glyph;Declaration
glyph() -> NSObject<GSUndoClientProtocol>
setGlyph_(glyph: NSObject<GSUndoClientProtocol>)