Description of icon
Flex UI
API Reference

TeamsView

This renders teams page.


Component children#

KeyComponentConditionAlignDescription
agents-tabledivWrapper for the agent's filter, data table (`WorkersDataTable` component) and filter results
task-canvasReact componentVisible only if a task is selectedWrapper for `TaskCanvas` component. Displays the `TaskCanvas` component for the selected task
worker-canvasWorkerCanvasVisible only if a worker is selected WorkerCanvas component. Displays the `WorkerCanvas` component for the selected worker
team-filter-panelReact componentVisible only if ADVANCED TEAMS VIEW FILTERS flag is enabled and the filter button (located at the top right of the agents table) has been clickedTeam filter panel. Displays a panel to filter agents based on activity or a custom filter

Static Properties#

NameDescriptionType
exports.FiltersType

The type of filters on teams view

"teams-view-search"
Content

Dynamic content store

DynamicContentStore.<TeamsView.TeamsViewImplProps>
defaultProps

Default properties

Partial.<TeamsView.TeamsViewProps>
exports.FilterConditions

Filter condition

"IN"

Component Properties

  • route?: RouteComponentProps.<TeamsView.TeamsViewRouteParams>

    Represents route params.

  • filters?: Array.<(FilterDefinition|FilterDefinitionFactory)>

    List of filters or filterFactories

  • hiddenFilter?: AppliedFilter | Array.<AppliedFilter> | string

    Hidden filter definition

Need some help?