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.

isDisabled

Indicates if the work item is disabled in the process.

workItemTypeName

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