Components

Panel1

<Panel1 {...Panel1.AgentDesktopPanel1Props} />

First panel of AgentDesktopView

Component children

These below are list of children
Key Condition Type Align Description
splitter Visible only agent has 1 or more tasks (if props.tasks.size > 0) React component Content splitter container. Renders the TaskListContainer and the TaskCanvas
worker-directory WorkerDirectory Container for WorkersDirectory that displays the directory of workers
Visible only agent doesn't have tasks assigned (if props.tasks.size <= 0) NoTasksCanvas Component that renders a canvas if no tasks are available

Members

DynamicContentStore.<Panel1.AgentDesktopPanel1Props>

# static readonly Content

Dynamic content store
Panel1.AgentDesktopPanel1Props

# static readonly defaultProps

Default properties
"auto" | "vertical" | "horizontal"

# static readonly exports.SplitterOrientation

Orientation of splitter component
Properties:
Name Type Description
auto "auto"
vertical "vertical"
horizontal "horizontal"

Type Definitions

AgentDesktopView.AgentDesktopViewChildrenProps

# AgentDesktopPanel1Props

Panel1 properties
Properties:
Name Type Attributes Description
splitterOrientation Panel1.SplitterOrientation <optional>
Orientation of splitter component
children DynamicComponentChildren.<Panel1.AgentDesktopPanel1Props> <optional>
children