# `GSSelectGlyphsDialogController.selectedGlyphs`

*Instance Property*

## Declaration

```swift
var selectedGlyphs: [Any]? { get set }
```

```objc
@property (nonatomic, strong) NSArray * selectedGlyphs;
```

```python
selectedGlyphs() -> list
setSelectedGlyphs_(selectedGlyphs: list)
```

