Description of icon
Flex UI
API Reference

WorkerSkills

This is a container for WorkerSkills that displays the skills section for the agent details. Can be themed with Theme.WorkerSkills in Theme.


Component children#

KeyComponentConditionAlignDescription
add-skillsReact componentAdd skills component. Displays a menu with the available skills, the skill level (if the skill requires a level) and a button to add the skill to selected worker
skills-containerstyled(div)Wrapper for worker skills. Displays a list of skills. Each skill is displayed with a `WorkerSkill` component
no-skillsstyled(div)Visible only if worker doesn't have any skillsWrapper for message shown when there are no skills to be shown. Displays `WorkerSkillsSchemaMismatch` or `WorkerSkillsNoSkills` template
buttons-containerstyled(div)Wrapper for action buttons. Displays save and reset buttons that will be enabled when making changes to worker skills
notification-containerstyled(div)Visible only if an action has been taken (save or reset buttons have been clicked)Wrapper for message shown when the user saves or reverts changes to the worker skills. Displays `WorkerSkillsError` template if there was an error saving the changes, `WorkerSkillsSaved` template if the changes were successfully saved or `WorkerSkillsReverted` template if the changes were reverted

Static Properties#

NameDescriptionType
Content

Dynamic content store

DynamicContentStore.<WorkerSkills.WorkerSkillsChildrenProps>
defaultProps

Default properties

WorkerSkills.WorkerSkillsProps

Need some help?