Description of icon
Flex UI
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
Rate this page

Need some help?

We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.