# `GSMetric.title`

*Instance Property*

the descriptive name as shown in the UI

## Declaration

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

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

[See also `title` in the Python API](https://docu.glyphsapp.com/#GSMetric.title)

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

