FloatOption
FloatOption
The FloatOption data object type defines the minimum, maximum, and default values for a float option.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"valueIsReadonly": false,
"min": "number",
"max": "number",
"defaultValue": "number"
}
number As float As float
min
Required
The minimum value.
number As float As float
max
Required
The maximum value.
number As float As float
defaultValue
Required
The default value.