# `GSInstance.visible`

*Instance Property*

Indicates if the instance is visible in Preview > Show All instances.

## Declaration

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

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

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

```python
pyobjc_instanceMethods.visible() -> bool
pyobjc_instanceMethods.setVisible_(visible: bool)
```

