WorkItemTypeFieldInstance interface
作業項目の種類のフィールド インスタンス。
- Extends
プロパティ
allowed |
フィールドで使用できる値の一覧。 |
default |
フィールドの既定値を表します。 |
継承されたプロパティ
always |
フィールド値が常に必要かどうかを示します。 |
dependent |
依存フィールドの一覧。 |
help |
フィールドのヘルプ テキストを取得します。 |
name | フィールドのフレンドリ名。 |
reference |
フィールドの参照名。 |
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
referenceName
フィールドの参照名。
referenceName: string
プロパティ値
string
workItemTypeFieldInstanceBase.referenceName
url
リソースの REST URL。
url: string
プロパティ値
string
workItemTypeFieldInstanceBase.url