# `GlyphsTool.title`

*Instance Property*

The description/name of the plugin.

## Declaration

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

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

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

