Čítať v angličtine Upraviť

Zdieľať cez


WorkItemTypeFieldInstanceBase interface

Base field instance for workItemType fields.

Properties

alwaysRequired

Indicates whether field value is always required.

dependentFields

The list of dependent fields.

helpText

Gets the help text for the field.

Inherited Properties

name

The friendly name of the field.

referenceName

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