WorkItemTypeFieldInstanceBase interface
Base field instance for workItemType fields.
- Extends
Properties
| always |
Indicates whether field value is always required. |
| dependent |
The list of dependent fields. |
| help |
Gets the help text for the field. |
Inherited Properties
| name | The friendly name of the field. |
| reference |
The reference name of the field. |
| url | The REST URL of the resource. |
Property Details
alwaysRequired
Indicates whether field value is always required.
alwaysRequired: boolean
Property Value
boolean
dependentFields
The list of dependent fields.
dependentFields: WorkItemFieldReference[]
Property Value
helpText
Gets the help text for the field.
helpText: string
Property Value
string
Inherited Property Details
name
The friendly name of the field.
name: string
Property Value
string
Inherited From WorkItemFieldReference.name
referenceName
The reference name of the field.
referenceName: string
Property Value
string
Inherited From WorkItemFieldReference.referenceName
url
The REST URL of the resource.
url: string
Property Value
string
Inherited From WorkItemFieldReference.url