AddProcessWorkItemTypeFieldRequest interface
作業項目の種類にフィールドを追加する要求を記述するクラス。
プロパティ
| allowed |
フィールドで許可される値のリスト。 |
| allow |
フィールド値をグループ ID に設定することを許可します。 ID フィールドにのみ適用されます。 |
| default |
フィールドのデフォルト値。 |
| read |
true の場合、フィールドは編集できません。 |
| reference |
フィールドの参照名。 |
| required | true の場合、フィールドを空にすることはできません。 |
プロパティの詳細
allowedValues
フィールドで許可される値のリスト。
allowedValues: string[]
プロパティ値
string[]
allowGroups
フィールド値をグループ ID に設定することを許可します。 ID フィールドにのみ適用されます。
allowGroups: boolean
プロパティ値
boolean
defaultValue
フィールドのデフォルト値。
defaultValue: any
プロパティ値
any
readOnly
true の場合、フィールドは編集できません。
readOnly: boolean
プロパティ値
boolean
referenceName
フィールドの参照名。
referenceName: string
プロパティ値
string
required
true の場合、フィールドを空にすることはできません。
required: boolean
プロパティ値
boolean