Description of icon
Flex UI
API Reference

WorkerDirectoryTabs

This is an inner container for WorkersDirectory that renders the workers and queues tabs. Can be used to add or remove tabs on that component.


Static Properties#

NameDescriptionType
Content

Dynamic content store

DynamicContentStore.<WorkerDirectoryTabsProps>
defaultProps

Default properties

Partial.<WorkerDirectoryTabs.WorkerDirectoryTabsProps>

Component Properties

  • isWarmTransferEnabled: boolean

    Whether warm transfer is enabled.

  • hiddenWorkerFilter?: string

    Extra query filter applied to the query of workers in addition to typed search.

  • hiddenQueueFilter?: string

    DEPRECATED: use queueFilter instead. Extra query filter applied to the query of queues in addition to typed search.

  • queueFilter?: function

    Predicate function applied for custom queue filtering in addition to typed search.

  • theme: Theme

    Theme

Need some help?