WorkItemTypeFieldInstance interface

作業項目の種類のフィールド インスタンス。

Extends

プロパティ

allowedValues

フィールドで使用できる値の一覧。

defaultValue

フィールドの既定値を表します。

継承されたプロパティ

alwaysRequired

フィールド値が常に必要かどうかを示します。

dependentFields

依存フィールドの一覧。

helpText

フィールドのヘルプ テキストを取得します。

name

フィールドのフレンドリ名。

referenceName

フィールドの参照名。

url

リソースの REST URL。

プロパティの詳細

allowedValues

フィールドで使用できる値の一覧。

allowedValues: string[]

プロパティ値

string[]

defaultValue

フィールドの既定値を表します。

defaultValue: string

プロパティ値

string

継承されたプロパティの詳細

alwaysRequired

フィールド値が常に必要かどうかを示します。

alwaysRequired: boolean

プロパティ値

boolean

workItemTypeFieldInstanceBase.alwaysRequiredから継承された

dependentFields

依存フィールドの一覧。

dependentFields: WorkItemFieldReference[]

プロパティ値

workItemTypeFieldInstanceBase.dependentFieldsから継承された

helpText

フィールドのヘルプ テキストを取得します。

helpText: string

プロパティ値

string

workItemTypeFieldInstanceBase.helpTextから継承された

name

フィールドのフレンドリ名。

name: string

プロパティ値

string

WorkItemTypeFieldInstanceBase.name から継承された

referenceName

フィールドの参照名。

referenceName: string

プロパティ値

string

workItemTypeFieldInstanceBase.referenceNameから継承された

url

リソースの REST URL。

url: string

プロパティ値

string

workItemTypeFieldInstanceBase.urlから継承された