# `GSCustomParameter setValueFast:`

*Instance Method*

## Declaration

```swift
func setValueFast(_ value: Any)
```

```objc
- (void) setValueFast:(id) value;
```

```python
setValueFast_(value: object)
```

