次の方法で共有


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から継承