Components

WorkerCanvas

<WorkerCanvas {...WorkerCanvas.WorkerCanvasProps} />

This is a container for WorkerCanvas that displays the agent details. Can be themed with [theme.Supervisor.WorkerCanvas]

Component children

These below are list of children
Key Condition Type 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 Visible only if `showSkills` prop is true styled(div) Wrapper for the skills title. Displays `WorkerCanvasSkillsHeader` template
skills Visible only if `showSkills` prop is true WorkerSkills WorkerSkills component

Members

DynamicContentStore.<WorkerCanvas.WorkerCanvasProps>

# static readonly Content

Dynamic content store
WorkerCanvas.WorkerCanvasProps

# static readonly defaultProps

Default properties

Type Definitions

# WorkerCanvasProps

Properties of Worker Canvas.
Properties:
Name Type Attributes Default Description
worker IWorker Worker to display
showSkills boolean <optional>
true Whether or not the skills section for the agent details should be shown.