Components

WorkerProfile

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

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

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