ProcessWorkItemTypeField interface
類別,描述工作專案類型及其屬性中的欄位。
屬性
allowed |
允許的欄位值清單。 |
allow |
允許將域值設定為群組身分識別。 僅適用于識別欄位。 |
customization | 指出此工作專案上的自訂類型。 |
default |
欄位的預設值。 |
description | 欄位的描述。 |
is |
正在鎖定以進行編輯之欄位定義的相關資訊 |
name | 欄位的名稱。 |
read |
如果為 true,則無法編輯欄位。 |
reference |
欄位的參考名稱。 |
required | 如果為 true,則欄位不可為空白。 |
type | 欄位的類型。 |
url | 欄位的資源 URL。 |
屬性詳細資料
allowedValues
允許的欄位值清單。
allowedValues: any[]
屬性值
any[]
allowGroups
允許將域值設定為群組身分識別。 僅適用于識別欄位。
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