# `GSEditViewController.selection`

*Instance Property*

## Declaration

```swift
var selection: [Any] { get set }
```

```objc
@property (nonatomic, strong) NSArray * selection;
```

```python
selection() -> list
setSelection_(selection: list)
```

