Panel1
First panel of AgentDesktopView
Component children#
| Key | Component | Condition | Align | Description |
|---|---|---|---|---|
| splitter | React component | Visible only agent has 1 or more tasks (if props.tasks.size > 0) | Content splitter container. Renders the TaskListContainer and the TaskCanvas | |
| worker-directory | WorkerDirectory | Container for WorkersDirectory that displays the directory of workers | ||
| NoTasksCanvas | Visible only agent doesn't have tasks assigned (if props.tasks.size <= 0) | Component that renders a canvas if no tasks are available |
Static Properties#
| Name | Description | Type |
|---|---|---|
| exports.SplitterOrientation | Orientation of splitter component | "auto" |
| Content | Dynamic content store | DynamicContentStore.<Panel1.AgentDesktopPanel1Props> |
| defaultProps | Default properties | Panel1.AgentDesktopPanel1Props |