ProfileHeader
UnifiedProfilesContainer.ProfileHeader is the view of the Profile Header component
Component children#
| Key | Component | Condition | Align | Description |
|---|---|---|---|---|
| header-avatar | React component | Component that holds the Profile Header Avatar. | ||
| header-text | React component | Component that holds the Profile Header Text (profile name and subtitle). |
Component Properties#
| Name | Type | Description | Optional | Default |
|---|---|---|---|---|
| rankedProfile | RankedProfile | RankedProfile object with customer data, optional status and match_percentage. | Yes | null |
| profileConnectorInstanceSid | string | The SID of the profile connector instance. | Yes | "" |
| getProfileHeader | function | A callback that returns a Profile JSON to be displayed in Profile Header. | Yes | |
| bridgeLabel | string | Admin-UI defined value for Unidentified Profiles. | Yes |
Component Children Properties#
| Name | Type | Description | Optional | Default |
|---|---|---|---|---|
| rankedProfile | RankedProfile | RankedProfile object with customer data, optional status and match_percentage. | Yes | null |
| profileConnectorInstanceSid | string | The SID of the profile connector instance. | Yes | "" |
| getProfileHeader | function | A callback that returns a Profile JSON to be displayed in Profile Header. | Yes | |
| bridgeLabel | string | Admin-UI defined value for Unidentified Profiles. | Yes |