WorkItemTypeFieldWithReferences interface
Field Instance of a workItemype with detailed references.
- Extends
Properties
| allowed |
The list of field allowed values. |
| default |
Represents the default value of the field. |
Inherited Properties
| always |
Indicates whether field value is always required. |
| dependent |
The list of dependent fields. |
| help |
Gets the help text for the field. |
| name | The friendly name of the field. |
| reference |
The reference name of the field. |
| url | The REST URL of the resource. |
Property Details
allowedValues
The list of field allowed values.
allowedValues: any[]
Property Value
any[]
defaultValue
Represents the default value of the field.
defaultValue: any
Property Value
any
Inherited Property Details
alwaysRequired
Indicates whether field value is always required.
alwaysRequired: boolean
Property Value
boolean
Inherited From WorkItemTypeFieldInstanceBase.alwaysRequired
dependentFields
The list of dependent fields.
dependentFields: WorkItemFieldReference[]
Property Value
Inherited From WorkItemTypeFieldInstanceBase.dependentFields
helpText
Gets the help text for the field.
helpText: string
Property Value
string
Inherited From WorkItemTypeFieldInstanceBase.helpText
name
The friendly name of the field.
name: string
Property Value
string
Inherited From WorkItemTypeFieldInstanceBase.name
referenceName
The reference name of the field.
referenceName: string
Property Value
string
Inherited From WorkItemTypeFieldInstanceBase.referenceName
url
The REST URL of the resource.
url: string
Property Value
string
Inherited From WorkItemTypeFieldInstanceBase.url