OperatorConstraint interface
Encapsulates the properties of an operator constraint. An operator constraint defines if some operator is available only for specific scope like a project scope.
Properties
operator | |
supported |
Gets or sets the list of scopes that this type supports. |
Property Details
operator
operator: string
Property Value
string
supportedScopes
Gets or sets the list of scopes that this type supports.
supportedScopes: string[]
Property Value
string[]