IntOption
IntOption
The IntOption data object type is used to define the minimum, maximum, and default values for an integer option.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
}
integer As int32
As int32
min
Required
The minimum value.
integer As int32
As int32
max
Required
The maximum value.
integer As int32
As int32
defaultValue
Required
The default value.