WorkItemTypeColorAndIcon interface
Describes work item type name, its icon and color.
Properties
color | The color of the work item type in hex format. |
icon | The work item type icon. |
is |
Indicates if the work item is disabled in the process. |
work |
The name of the work item type. |
Property Details
color
The color of the work item type in hex format.
color: string
Property Value
string
icon
The work item type icon.
icon: string
Property Value
string
isDisabled
Indicates if the work item is disabled in the process.
isDisabled: boolean
Property Value
boolean
workItemTypeName
The name of the work item type.
workItemTypeName: string
Property Value
string