Components

Supervisor․TaskOverviewCanvas

<Supervisor․TaskOverviewCanvas {...Supervisor.TaskOverviewCanvas.TaskOverviewCanvasProps} />

This is a container for TaskOverviewCanvas.

Component children

These below are list of children
Key Condition Type 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)

Type Definitions

# TaskOverviewCanvasProps

Properties of TaskOverviewCanvas.
Properties:
Name Type Attributes Description
firstLine string <optional>
First line shown in task overview.
secondLine string <optional>
Second line shown in task overview.
children DynamicComponentChildren.<TaskDetailsPanel.TaskDetailsPanelProps> <optional>
children