# `GlyphsFilterPlugin actionName`

*Instance Method*

the returned value will be placed as the title of the “OK” button in the filter dialog.

## Declaration

```swift
optional func actionName() -> String!
```

```objc
- (NSString *) actionName;
```

```python
actionName() -> str
```

