Description of icon
Flex UI
API Reference

TaskListContainer

This is a container for TaskListContainer.


Component children#

KeyComponentConditionAlignDescription
tasklistTaskListTaskList component. Displays the `TaskList` component in the agent desktop view

Static Properties#

NameDescriptionType
Content

Dynamic content store

DynamicContentStore.<TaskListContainer.TaskListContainerChildrenProps>
defaultProps

Default properties

TaskListContainer.TaskListContainerProps

Component Properties

  • tasks?: Map.<string, ITask>

    Tasks to display.

  • selectedTaskSid?: string

    Sid of the selected task.

  • taskFilters?: Array.<TaskFilter>

    Filter tasks displayed in the list.

  • staticTaskFilter?: TaskFilterCallback

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

  • onTaskSelected?: function

    Callback called when a task is selected

  • children?: DynamicContentStore.DynamicComponentChildren.<TaskListContainer.TaskListContainerChildrenProps>

    children

Need some help?