# `GlyphsFilterPlugin customParameterString`

*Instance Method*

Implement this to enable the

## Declaration

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

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

```python
customParameterString() -> str
```

