Components

TaskListContainer

<TaskListContainer {...TaskListContainer.TaskListContainerProps} />

This is a container for TaskListContainer.

Component children

These below are list of children
Key Condition Type Align Description
tasklist TaskList TaskList component. Displays the `TaskList` component in the agent desktop view

Members

DynamicContentStore.<TaskListContainer.TaskListContainerChildrenProps>

# static readonly Content

Dynamic content store
TaskListContainer.TaskListContainerProps

# static readonly defaultProps

Default properties

Type Definitions

TaskListContainer.TaskListContainerProps

# TaskListContainerChildrenProps

Properties of TaskListContainer.

# TaskListContainerProps

Properties of TaskListContainer.
Properties:
Name Type Attributes Default Description
tasks Map.<string, ITask> <optional>
Tasks to display.
selectedTaskSid string <optional>
Sid of the selected task.
taskFilters Array.<AppConfig.TaskFilter> <optional>
TaskListContainer.defaultTaskFilters Filter tasks displayed in the list.
staticTaskFilter AppConfig.TaskFilterCallback <optional>
TaskListContainer.defaultStaticTaskFilter Callback to test if a task belongs to the static area (upper area before filters) in the task list.
onTaskSelected function <optional>
Callback called when a task is selected
children DynamicComponentChildren.<TaskListContainer.TaskListContainerChildrenProps> <optional>
children