Description of icon
API Reference

TaskListContainer

This is a container for TaskListContainer.


Component children#

KeyComponentConditionAlignDescription
tasklistTaskList
TaskList component. Displays the TaskList component in the agent desktop view

Static Properties#

NameTypeDescription
ContentDynamicContentStore<TaskListContainer.TaskListContainerChildrenProps>

Dynamic content store

defaultPropsTaskListContainer.TaskListContainerProps

Default properties

Component Properties#

NameTypeDescriptionOptionalDefault
tasksMap<string, ITask>

Tasks to display.

Yes
selectedTaskSidstring

Sid of the selected task.

Yes
taskFiltersArray<TaskFilter>

Filter tasks displayed in the list.

YesTaskListContainer.defaultTaskFilters
staticTaskFilterTaskFilterCallback

Callback to test if a task belongs to the static area (upper area before filters) in the task list.

YesTaskListContainer.defaultStaticTaskFilter
onTaskSelectedfunction

Callback called when a task is selected

Yes
childrenDynamicContentStore.DynamicComponentChildren<TaskListContainer.TaskListContainerChildrenProps>

children

Yes