# `GlyphsFilterPlugin.controller`

*Instance Property*

the Controller of type GSEditViewController

## Declaration

```swift
unowned(unsafe) var controller: GSGlyphViewController! { get set }
```

```objc
@property (nonatomic, unsafe_unretained) GSGlyphViewController * controller;
```

```python
controller() -> GSGlyphViewController
setController_(controller: GSGlyphViewController)
```

