Parameters rename. ParamSet AttributeSet PropertySet Config + ConfigParam Drawing
ParamSet.
I need a ParamSet definition which contains each parameter’s type, range, and increment.
Separately, I need a ParamValueSet (?) which contains values for each parameter. This supports serialization to JSON. When deserialized, the ParamSet definition is used to interpret it and perhaps warn when out of range.
Has this been done?