QueuesStats․AggregatedQueuesDataTiles
Renders a collection of tiles displaying aggregated queues data.
Static Properties#
| Name | Type | Description |
|---|---|---|
| Content | DynamicContentStore<AggregatedQueuesDataTilesChildrenProps, AggregatedQueuesDataTilesChildrenKeys> | Dynamic content store |
Component Properties#
| Name | Type | Description | Optional | Default |
|---|---|---|---|---|
| children | React.ReactElement<ContentFragment> | Add
additional tiles using | Yes | |
| dataTileFilter | function | Callback to filter data tiles from the component. Return false to exclude a card with a given id from the view. Default card ids are 'agents-by-activity-chart-tile' and 'all'. Channel tiles are identified by their task channel sid e.g. 'TC...', and can be removed accordingly. | Yes |