# `GlyphsToolEvent extraInspectorViewControllers`

*Instance Method*

returns the view to place on the left of the normal inspector

## Declaration

```swift
optional func extraInspectorViewControllers() -> [Any]?
```

```objc
- (NSArray *) extraInspectorViewControllers;
```

```python
extraInspectorViewControllers() -> list
```

