---
title: selectedObjects
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsobjectcontroller/selectedobjects
---

# selectedObjects

An array of all objects to be affected by editing.

## Declaration

```swift
var selectedObjects: [Any] { get }
```

## See Also

### Obtaining selections

- [selection](appkit/nsobjectcontroller/selection.md)
