BoolOption
BoolOption
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
}
boolean
supported
Required
The flag to indicate whether or not the option is supported.
boolean
defaultValue
Required
The default value for the option.
Property Of