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 | 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 |
Rate this page