次の方法で共有


ProcessWorkItemTypeField interface

作業項目の種類とそのプロパティのフィールドを記述するクラス。

プロパティ

allowedValues

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

allowGroups

グループ ID へのフィールド値の設定を許可します。 ID フィールドにのみ適用されます。

customization

この作業項目のカスタマイズの種類を示します。

defaultValue

フィールドの既定値。

description

フィールドの説明。

isLocked

編集のためにロックされているフィールド定義に関する情報

name

フィールドの名前。

readOnly

true の場合、フィールドを編集できません。

referenceName

フィールドの参照名。

required

true の場合、フィールドを空にすることはできません。

type

フィールドの型。

url

フィールドのリソース URL。

プロパティの詳細

allowedValues

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

allowedValues: any[]

プロパティ値

any[]

allowGroups

グループ ID へのフィールド値の設定を許可します。 ID フィールドにのみ適用されます。

allowGroups: boolean

プロパティ値

boolean

customization

この作業項目のカスタマイズの種類を示します。

customization: CustomizationType

プロパティ値

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

フィールドの型。

type: FieldType

プロパティ値

url

フィールドのリソース URL。

url: string

プロパティ値

string