TaskDetailsPanel
This component renders the task details panel. Can be themed with [theme.TaskDetailsPanel]{@link TaskDetailsPanel.TaskDetailsPanelThemeProps}
Component Properties
theme.TaskDetailsPanel?: TaskDetailsPanelThemePropstheme.
content: DynamicContentStore.<TaskDetailsPanelChildrenProps>Represents dynamic content store.
compact?: booleanWhether a component should be rendered in the compact mode
titleLine?: stringTitle string shown in the task details panel.
firstLine?: stringFirst line shown in the task details panel.
secondLine?: stringSecond 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.ReactElementRepresents the content of the taks details panel.