Components

WorkerDirectory

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

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

Component children

These below are 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

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