# `GSCustomParameter.value`

*Instance Property*

## Declaration

```swift
var value: Any { get set }
```

```objc
@property (nonatomic, strong) id value;
```

[See also `value` in the Python API](https://docu.glyphsapp.com/#GSCustomParameter.value)

```python
pyobjc_instanceMethods.value() -> object
pyobjc_instanceMethods.setValue_(value: object)
```

