# `GSInstance customParameterForKey:`

*Instance Method*

Returns the custom parameter object for the specified key.

## Declaration

```swift
func customParameter(forKey key: String) -> GSCustomParameter?
```

```objc
- (GSCustomParameter *) customParameterForKey:(NSString *) key;
```

```python
customParameterForKey_(key: str) -> GSCustomParameter
```

