WorkerCanvas
This is a container for WorkerCanvas that displays the agent details.
Can be themed with Theme.Supervisor.WorkerCanvas in Theme.
Component children#
| Key | Component | Condition | Align | Description | 
|---|---|---|---|---|
| header | React Component | Wrapper for worker canvas header. Displays a close button and the `WorkerCanvasHeader` template | ||
| profile-title | styled(div) | Wrapper for the profile title. Displays `WorkerCanvasDetailsHeader` template | ||
| profile | WorkerProfile | WorkerProfile component | ||
| skills-title | styled(div) | Visible only if `showSkills` prop is true | Wrapper for the skills title. Displays `WorkerCanvasSkillsHeader` template | |
| skills | WorkerSkills | Visible only if `showSkills` prop is true | WorkerSkills component | 
Static Properties#
| Name | Description | Type | 
|---|---|---|
| Content | Dynamic content store | DynamicContentStore.<WorkerCanvasProps> | 
| defaultProps | Default properties | WorkerCanvas.WorkerCanvasProps |