WorkItemFieldAllowedValues interface
Describes the list of allowed values of the field.
Properties
allowed |
The list of field allowed values. |
field |
Name of the field. |
Property Details
allowedValues
The list of field allowed values.
allowedValues: string[]
Property Value
string[]
fieldName
Name of the field.
fieldName: string
Property Value
string