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, TaskDetailsPanelChildrenKeys> | 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 | |
theme.TaskCanvas | TaskCanvasThemeProps | Theme | Yes | |
task | ITask | Task. | Yes | |
call | Call | Call state of the task. | Yes | |
conference | ConferenceState | Conference state of the task. | Yes | |
channelDefinition | TaskChannelDefinition | Channel definition of the task. | Yes | |
conversation | ConversationState.ConversationState | Conversation state of the task. Present if task is chat-based. | Yes |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.TaskDetailsPanel | TaskDetailsPanelThemeProps | Theme | Yes | |
theme.TaskDetailsPanel | TaskDetailsPanelThemeProps | Theme | Yes | |
content | DynamicContentStore<TaskDetailsPanelChildrenProps, TaskDetailsPanelChildrenKeys> | 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 | |
theme.TaskCanvas | TaskCanvasThemeProps | Theme | Yes | |
task | ITask | Task. | Yes | |
call | Call | Call state of the task. | Yes | |
conference | ConferenceState | Conference state of the task. | Yes | |
channelDefinition | TaskChannelDefinition | Channel definition of the task. | Yes | |
conversation | ConversationState.ConversationState | Conversation state of the task. Present if task is chat-based. | Yes |