---
title: defaultValue
framework: corehaptics
role: symbol
role_heading: Instance Property
path: corehaptics/chhapticparameterattributes/defaultvalue
---

# defaultValue

The default value of the parameter value.

## Declaration

```swift
var defaultValue: Float { get }
```

## Discussion

Discussion The parameter assumes this default value when initialized.

## See Also

### Parameter Attributes

- [minValue](corehaptics/chhapticparameterattributes/minvalue.md)
- [maxValue](corehaptics/chhapticparameterattributes/maxvalue.md)
