Components

WorkerDirectory

<WorkerDirectory {...WorkerDirectory.WorkerDirectoryProps} />

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

Component children

The following table contains a list of children.
Key Condition Type Align Description
header styled(div) Wrapper for the header of the worker directory. Displays the `Close` button and the `WorkerDirectoryTitle` template
tabs Visible only if the worker directory is opened (prop `isOpen` is true) React component Worker directory tabs. Displays the workers list in a tab, and the queues list in another tab

Members

DynamicContentStore.<WorkerDirectory.WorkerDirectoryChildrenProps>

# static readonly Content

Dynamic content store
WorkerDirectoryTabs.<WorkerDirectoryTabs.WorkerDirectoryTabsProps>

# static readonly Tabs

Inner component holding the Tabs control

Type Definitions

WorkerDirectory.WorkerDirectoryProps

# WorkerDirectoryChildrenProps

Properties of WorkerDirectory
Properties:
Name Type Attributes Description
isOpen boolean <optional>
Whether the worker directory is opened or not.
task ITask <optional>
Task to be transferred

# WorkerDirectoryProps

Properties:
Name Type Attributes Description
theme.WorkerDirectory ThemeProps <optional>
theme
children DynamicComponentChildren.<WorkerDirectory.WorkerDirectoryChildrenProps> <optional>
children