Members
    
        
        
DynamicContentStore.<TaskListContainer.TaskListContainerChildrenProps>
    
            
                
            
            # static readonly Content
    Dynamic content store
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 |