# `GSGlyphViewControllerProtocol.selectedGlyphs`

*Instance Property*

## Declaration

```swift
var selectedGlyphs: [GSGlyph] { get }
```

```objc
@property (nonatomic, readonly) NSArray<GSGlyph *> * selectedGlyphs;
```

```python
selectedGlyphs() -> list[GSGlyph]
```

