struct
ParamStructured initializer for Parameter.
Public variables
- String ident
- Identifier used for serialization (can be derived from untranslated label).
- String label
- Preferred user interface name.
- String nick
- Abbreviated user interface name, usually not more than 6 characters.
- InitialVal initial
- Initial value for float, int, choice types.
- String unit
- Units of the values within range.
- ExtraVals extras
- Min, max, stepping for double ranges or array of choices to select from.
- String hints
- Hints for parameter handling.
- StringS metadata
- Array of "key=value" pairs.