Description of icon
Flex UI
API Reference

TaskDetailsPanel

This component renders the task details panel. Can be themed with Theme.TaskDetailsPanel in Theme.


Component Properties

  • theme.TaskDetailsPanel?: TaskDetailsPanelThemeProps

    theme.

  • content: DynamicContentStore.<TaskDetailsPanelChildrenProps>

    Represents dynamic content store.

  • compact?: boolean

    Whether a component should be rendered in the compact mode

  • titleLine?: string

    Title string shown in the task details panel.

  • firstLine?: string

    First line shown in the task details panel.

  • secondLine?: string

    Second line shown in the task details panel.

  • IconComponent?: React.ComponentType.<Partial.<TaskCanvasChildrenProps>>

    Represents the icon.

  • ActionsComponent?: React.ComponentType.<Partial.<TaskCanvasChildrenProps>>

    Represents the actions component.

  • contentComponent?: React.ReactElement

    Represents the content of the taks details panel.

Need some help?