Description of icon
API Reference

WorkerCanvas

This is a container for WorkerCanvas that displays the agent details. Can be themed with Theme.Supervisor.WorkerCanvas in Theme.


Component children#

KeyComponentConditionAlignDescription
headerReact Component
Wrapper for worker canvas header. Displays a close button and the WorkerCanvasHeader template
profile-titlestyled(div)
Wrapper for the profile title. Displays WorkerCanvasDetailsHeader template
profileWorkerProfile
WorkerProfile component
skills-titlestyled(div)
Visible only if showSkills prop is true
Wrapper for the skills title. Displays WorkerCanvasSkillsHeader template
skillsWorkerSkills
Visible only if showSkills prop is true
WorkerSkills component

Static Properties#

NameTypeDescription
ContentDynamicContentStore<WorkerCanvasProps, WorkerCanvasChildrenKeys>

Dynamic content store

defaultPropsWorkerCanvas.WorkerCanvasProps

Default properties

Component Properties#

NameTypeDescriptionOptionalDefault
showSkillsboolean

Whether or not the skills section for the agent details should be shown.

Yestrue

Component Children Properties#

NameTypeDescriptionOptionalDefault
workerIWorker

Worker to display

No
showSkillsboolean

Whether or not the skills section for the agent details should be shown.

Yestrue