API Docs / Schemas / TaskFocusConfigItemDto

TaskFocusConfigItemDto

Response DTO for a single item in the task focus panel configuration

Properties

Name Type Description
savedTaskFilterCodeAndNameDto
labelstring

Optional custom label for this item in the focus panel

Optional custom label for this item in the focus panel

sortOrderinteger

Sort order for display in the focus panel

Sort order for display in the focus panel

colorstring

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"
}

Contained in Schemas