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