# `GlyphsFileFormat.toolbarTitle`

*Instance Property*

The name in the toolbar of the export window.

## Declaration

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

```objc
@property (readonly) NSString * toolbarTitle;
```

```python
toolbarTitle() -> str
```

