# `GSInstance addCustomParameter:`

*Instance Method*

Adds a custom parameter.

## Declaration

```swift
func addCustomParameter(_ property: GSCustomParameter)
```

```objc
- (void) addCustomParameter:(GSCustomParameter *) property;
```

```python
addCustomParameter_(property: GSCustomParameter)
```

## Parameters

- `property` — The custom parameter to add.

