TaskDetailsPanel
This component renders the task details panel.
Can be themed with Theme.TaskDetailsPanel
in Theme.
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.TaskDetailsPanel | TaskDetailsPanelThemeProps | Theme | Yes | |
content | DynamicContentStore<TaskDetailsPanelChildrenProps> | Represents dynamic content store. | No | |
compact | boolean | Whether a component should be rendered in the compact mode | Yes | false |
titleLine | string | Title string shown in the task details panel. | Yes | |
firstLine | string | First line shown in the task details panel. | Yes | |
secondLine | string | Second line shown in the task details panel. | Yes | |
IconComponent | React.ComponentType<Partial.<TaskCanvasChildrenProps>> | Represents the icon. | Yes | |
ActionsComponent | React.ComponentType<Partial.<TaskCanvasChildrenProps>> | Represents the actions component. | Yes | |
contentComponent | React.ReactElement | Represents the content of the taks details panel. | Yes |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.TaskDetailsPanel | TaskDetailsPanelThemeProps | Theme | Yes |
Rate this page