Description of icon
API Reference

WorkerDirectory

This is a container for WorkersDirectory that displays the directory of workers and queues in tabs. Can be themed with Theme.WorkerDirectory in Theme.


Component children#

KeyComponentConditionAlignDescription
headerstyled(div)
Wrapper for the header of the worker directory. Displays the Close button and the WorkerDirectoryTitle template
tabsWorkerDirectoryTabs
Visible only if the worker directory is opened (prop isOpen is true)
Worker directory tabs. Displays the workers list in a tab, and the queues list in another tab

Static Properties#

NameTypeDescription
ContentDynamicContentStore<WorkerDirectory.WorkerDirectoryChildrenProps>

Dynamic content store

TabsWorkerDirectoryTabs<WorkerDirectoryTabs.WorkerDirectoryTabsProps>

Inner component holding the Tabs control

Component Properties#

NameTypeDescriptionOptionalDefault
childrenDynamicContentStore.DynamicComponentChildren<WorkerDirectory.WorkerDirectoryChildrenProps>

children

Yes

Component Children Properties#

NameTypeDescriptionOptionalDefault
isOpenboolean

Whether the worker directory is opened or not.

Yes
taskITask

Task to be transferred

Yes
isWarmTransferEnabledboolean

Whether warm transfer is enabled.

Yes
childrenDynamicContentStore.DynamicComponentChildren<WorkerDirectory.WorkerDirectoryChildrenProps>

children

Yes