ProcessWorkItemTypeField interface
作業項目の種類とそのプロパティのフィールドを記述するクラス。
プロパティ
allowed |
フィールドで使用できる値の一覧。 |
allow |
グループ ID へのフィールド値の設定を許可します。 ID フィールドにのみ適用されます。 |
customization | この作業項目のカスタマイズの種類を示します。 |
default |
フィールドの既定値。 |
description | フィールドの説明。 |
is |
編集のためにロックされているフィールド定義に関する情報 |
name | フィールドの名前。 |
read |
true の場合、フィールドを編集できません。 |
reference |
フィールドの参照名。 |
required | true の場合、フィールドを空にすることはできません。 |
type | フィールドの型。 |
url | フィールドのリソース URL。 |
プロパティの詳細
allowedValues
フィールドで使用できる値の一覧。
allowedValues: any[]
プロパティ値
any[]
allowGroups
グループ ID へのフィールド値の設定を許可します。 ID フィールドにのみ適用されます。
allowGroups: boolean
プロパティ値
boolean
customization
defaultValue
フィールドの既定値。
defaultValue: any
プロパティ値
any
description
フィールドの説明。
description: string
プロパティ値
string
isLocked
編集のためにロックされているフィールド定義に関する情報
isLocked: boolean
プロパティ値
boolean
name
フィールドの名前。
name: string
プロパティ値
string
readOnly
true の場合、フィールドを編集できません。
readOnly: boolean
プロパティ値
boolean
referenceName
フィールドの参照名。
referenceName: string
プロパティ値
string
required
true の場合、フィールドを空にすることはできません。
required: boolean
プロパティ値
boolean
type
url
フィールドのリソース URL。
url: string
プロパティ値
string