TaskFocusConfigItemDto
Response DTO for a single item in the task focus panel configuration
Properties
| Name | Type | Description |
|---|---|---|
| savedTaskFilter | CodeAndNameDto | |
| label | string | Optional custom label for this item in the focus panel |
Optional custom label for this item in the focus panel | ||
| sortOrder | integer | Sort order for display in the focus panel |
Sort order for display in the focus panel | ||
| color | string | Optional color for visual styling in the focus panel |
Optional color for visual styling in the focus panel | ||
JSON Example
{
"savedTaskFilter": {
"code": "string",
"name": "string"
},
"label": "string",
"sortOrder": 0,
"color": "string"
}