Description of icon
Flex UI
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
tabsReact componentVisible 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#

NameDescriptionType
Content

Dynamic content store

DynamicContentStore.<WorkerDirectory.WorkerDirectoryChildrenProps>
Tabs

Inner component holding the Tabs control

WorkerDirectoryTabs.<WorkerDirectoryTabs.WorkerDirectoryTabsProps>

Component Properties

  • theme.WorkerDirectory?: ThemeProps

    theme

  • children?: DynamicContentStore.DynamicComponentChildren.<WorkerDirectory.WorkerDirectoryChildrenProps>

    children

Need some help?