Type Definitions
    
        
        
TaskDetailsPanel.TaskDetailsPanelProps
    
    
    
            
                # TaskDetailsPanelChildrenProps
    Properties of children in participants canvas.
    Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| theme.TaskDetailsPanel | Theme.TaskDetailsPanelThemeProps | <optional> | theme. | 
    
        
        
TaskCanvas.TaskCanvasChildrenProps
    
    
    
            
            # TaskDetailsPanelProps
    Properties of Task Details Panel.
    Properties:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
| theme.TaskDetailsPanel | Theme.TaskDetailsPanelThemeProps | <optional> | theme. | |
| content | DynamicContentStore.<TaskDetailsPanel.TaskDetailsPanelChildrenProps> | Represents dynamic content store. | ||
| compact | boolean | <optional> | false | Whether a component should be rendered in the compact mode | 
| titleLine | string | <optional> | Title string shown in the task details panel. | |
| firstLine | string | <optional> | First line shown in the task details panel. | |
| secondLine | string | <optional> | Second line shown in the task details panel. | |
| IconComponent | React.ComponentType.<Partial.<TaskCanvasChildrenProps>> | <optional> | Represents the icon. | |
| ActionsComponent | React.ComponentType.<Partial.<TaskCanvasChildrenProps>> | <optional> | Represents the actions component. | |
| contentComponent | React.ReactElement | <optional> | Represents the content of the taks details panel. |