# `GSFontViewSidebarController.myOutlineView`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var myOutlineView: NSOutlineView! { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSOutlineView * myOutlineView;
```

```python
myOutlineView() -> NSOutlineView
setMyOutlineView_(myOutlineView: NSOutlineView)
```

