# `GSInstance customValueForKey:`

*Instance Method*

Returns the value of the custom parameter for the specified key.

## Declaration

```swift
func customValue(forKey key: String) -> Any?
```

```objc
- (id) customValueForKey:(NSString *) key;
```

```python
customValueForKey_(key: str) -> object
```

