Components

WorkerProfile

<WorkerProfile {...WorkerProfile.WorkerProfileProps} />

This is a container for WorkerProfile that shows the agent profile.

Component children

These below are list of children
Key Condition Type Align Description
avatar styled(div) Wrapper for the worker avatar. Displays the worker image (prop `worker.attributes.image_url`) along with an availability indicator
info div Wrapper for the worker info. Displays the worker's full name and a menu to change the worker's activity

Members

DynamicContentStore.<WorkerProfile.WorkerProfileChildrenProps>

# static readonly Content

Dynamic content store
WorkerProfile.WorkerProfileProps

# static readonly defaultProps

Default properties

Type Definitions

WorkerProfile.WorkerProfileProps

# WorkerProfileChildrenProps

Properties of Worker Profile.

# WorkerProfileDetail

Worker Profile Detail.
Properties:
Name Type Description
name string Detail name.
content string Detail content.

# WorkerProfileProps

Properties of WorkerProfile
Properties:
Name Type Attributes Description
worker IWorker Worker
children DynamicComponentChildren.<WorkerProfile.WorkerProfileChildrenProps> <optional>
children