The parameter's default value. Must be within range [minValue, maxValue].
The distance between adjacent valid integer values, if applicable.
The nonlinear (exponential) skew of the parameter's range, if applicable.
The parameter's unique identifier.
The parameter's human-readable name.
The maximum valid value of the parameter's range.
The minimum valid value of the parameter's range.
The parameter's data type.
A human-readable string representing the units of the parameter's range, if applicable.
Convert a value from normalized range [0, 1] to the parameter's denormalized range [minValue, maxValue].
Convert a value from the parameter's denormalized range [minValue, maxValue] to normalized range [0, 1].
Get a human-readable string representing the given value, including units if applicable.
Generated using TypeDoc
A list of human-readable choices corresponding to each valid value in the parameter's range, if applicable.