Personalization Slots
The Personalization drop-in exposes slots for customizing specific UI sections. Use slots to replace or extend container components. For default properties available to all slots, see Extending drop-in components.
Version: 3.0.0-beta1
| Container | Slots |
|---|---|
TargetedBlock | Content |
TargetedBlock slots
The slots for the TargetedBlock container allow you to customize its appearance and behavior.
interface TargetedBlockProps { slots?: { Content: SlotProps };}