# `GlyphsFilterPlugin.title`

*Instance Property*

The title of the plugin.

## Declaration

```swift
var title: String! { get }
```

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

```python
title() -> str
```

