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#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
header | styled(div) | Wrapper for the header of the worker directory. Displays the Close button and the WorkerDirectoryTitle template | ||
tabs | WorkerDirectoryTabs | 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#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<WorkerDirectory.WorkerDirectoryChildrenProps> | Dynamic content store |
Tabs | WorkerDirectoryTabs<WorkerDirectoryTabs.WorkerDirectoryTabsProps> | Inner component holding the Tabs control |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
children | DynamicContentStore.DynamicComponentChildren<WorkerDirectory.WorkerDirectoryChildrenProps> | children | Yes |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
isOpen | boolean | Whether the worker directory is opened or not. | Yes | |
task | ITask | Task to be transferred | Yes | |
isWarmTransferEnabled | boolean | Whether warm transfer is enabled. | Yes | |
children | DynamicContentStore.DynamicComponentChildren<WorkerDirectory.WorkerDirectoryChildrenProps> | children | Yes |