# `GSPluginHandler.fileFormatInstances`

*Instance Property*

## Declaration

```swift
var fileFormatInstances: [any GlyphsFileFormat & NSObjectProtocol] { get }
```

```objc
@property (nonatomic, readonly) NSArray<NSObject<GlyphsFileFormat> *> * fileFormatInstances;
```

```python
fileFormatInstances() -> list[NSObject<GlyphsFileFormat>]
```

