# `GSEditViewController.bottomToolbarContainer`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var bottomToolbarContainer: NSBox { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSBox * bottomToolbarContainer;
```

```python
bottomToolbarContainer() -> NSBox
setBottomToolbarContainer_(bottomToolbarContainer: NSBox)
```

