TaskListContainer
This is a container for TaskListContainer.
Component children#
| Key | Component | Condition | Align | Description | 
|---|---|---|---|---|
| tasklist | TaskList | TaskList component. Displays the `TaskList` component in the agent desktop view | 
Static Properties#
| Name | Description | Type | 
|---|---|---|
| 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