OptionType

OptionType
OptionType

The base data object type for all options.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "valueIsReadonly": false
}
boolean
valueIsReadonly
Optional

The flag to indicate whether or not a user can modify a value belonging to this option type.

If the flag is not set, the value can be modified.