operator type for the property
Optional
options: PropertyOptionsmetadata for the property as described below:
defaultValue
: default value of the property when operator is executedrequired
: indicates if property is require when executing operator. If
true
and value is not provided, validation error will be raised
preventing executioninvalid
: indicate if value provided for the property is considered
invalid.errorMessage
: custom error message for the property if invalid
is
set to true
.
view: view options for the property. Refer to ViewOptional
defaultOptional
descriptionOptional
errorOptional
invalidOptional
onOptional
requiredOptional
viewStatic
fromJSONGenerated using TypeDoc
Operator type for representing a property of operator OperatorObject|Object type.