# `GSInstance.exports`

*Instance Property*

Indicates if the instance should be exported.

## Declaration

```swift
var exports: Bool { get set }
```

```objc
@property (nonatomic) BOOL exports;
```

[See also `exports` in the Python API](https://docu.glyphsapp.com/#GSInstance.exports)

```python
pyobjc_instanceMethods.exports() -> bool
pyobjc_instanceMethods.setExports_(exports: bool)
```

