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  WorkerCanvasHeadertemplate | ||
| profile-title | styled(div) | Wrapper for the profile title. Displays  WorkerCanvasDetailsHeadertemplate | ||
| profile | WorkerProfile | WorkerProfile component | ||
| skills-title | styled(div) | Visible only if  showSkillsprop is true | Wrapper for the skills title. Displays  WorkerCanvasSkillsHeadertemplate | |
| skills | WorkerSkills | Visible only if  showSkillsprop is true | WorkerSkills component  | 
Static Properties#
| Name | Type | Description | 
|---|---|---|
| Content | DynamicContentStore<WorkerCanvasProps, WorkerCanvasChildrenKeys> | Dynamic content store | 
| defaultProps | WorkerCanvas.WorkerCanvasProps | Default properties | 
Component Properties#
| Name | Type | Description | Optional | Default | 
|---|---|---|---|---|
| showSkills | boolean | Whether or not the skills section for the agent details should be shown. | Yes | true |