# `GlyphsFilterPlugin.titleAlternate`

*Instance Property*

The title of the plugin.

## Declaration

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

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

```python
titleAlternate() -> str
```

