Supervisor․TaskOverviewCanvas
This is a container for TaskOverviewCanvas.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
container | styled(div) | Wrapper task overview info. Displays ParticipantsCanvas dynamic component if task is live call (and conference prop is provided) or task info (title, icon, firstLine and/or secondLine) if it's not. | ||
button-container | styled(div) | Wrapper for SupervisorTaskOverviewActions. Displays SupervisorTaskOverviewActions component (which renders if task is a live call) |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<TaskDetailsPanel.TaskDetailsPanelProps> | Dynamic content store |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
firstLine | string | First line shown in task overview. | Yes | |
secondLine | string | Second line shown in task overview. | Yes | |
children | DynamicContentStore.DynamicComponentChildren<TaskDetailsPanel.TaskDetailsPanelProps> | children | Yes |
Rate this page