---
title: isVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmedialibrarybrowsercontroller/isvisible
---

# isVisible

A Boolean value that determines whether the Media Library Browser panel is visible.

## Declaration

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

## Discussion

Discussion Set this value to true to show the Media Library Browser or false to hide it. This value can be read to determine the current visibility status of the panel.

## See Also

### Displaying the Media Library Browser Panel

- [frame](appkit/nsmedialibrarybrowsercontroller/frame.md)
- [togglePanel(_:)](appkit/nsmedialibrarybrowsercontroller/togglepanel(_:).md)
