---
title: hidesOthers
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsworkspace/openconfiguration/hidesothers
---

# hidesOthers

A Boolean value indicating whether you want to hide all apps except the one that launched.

## Declaration

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

## Discussion

Discussion The default value of this property is false, which leaves the visibility of other apps unchanged. Setting the property to true hides all apps except the one that launched.

## See Also

### Specifying app-related behaviors

- [activates](appkit/nsworkspace/openconfiguration/activates.md)
- [addsToRecentItems](appkit/nsworkspace/openconfiguration/addstorecentitems.md)
- [allowsRunningApplicationSubstitution](appkit/nsworkspace/openconfiguration/allowsrunningapplicationsubstitution.md)
- [createsNewApplicationInstance](appkit/nsworkspace/openconfiguration/createsnewapplicationinstance.md)
- [hides](appkit/nsworkspace/openconfiguration/hides.md)
