WorkerDirectory
This is a container for WorkersDirectory that displays the directory of workers and queues in tabs. Can be themed with [theme.WorkerDirectory]
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 | React component | 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 | Description | Type |
|---|---|---|
| Content | Dynamic content store | DynamicContentStore.<WorkerDirectory.WorkerDirectoryChildrenProps> |
| Tabs | Inner component holding the Tabs control | WorkerDirectoryTabs.<WorkerDirectoryTabs.WorkerDirectoryTabsProps> |
Component Properties
theme.WorkerDirectory?: ThemePropstheme
children?: DynamicContentStore.DynamicComponentChildren.<WorkerDirectory.WorkerDirectoryChildrenProps>children