# `GlyphsFilterPlugin.dialogTitle`

*Instance Property*

The title of the filter dialog.

## Declaration

```swift
optional var dialogTitle: String! { get }
```

```objc
@property (nonatomic, readonly) NSString * dialogTitle;
```

```python
dialogTitle() -> str
```

