Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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
ContainerSlots
TargetedBlockContent

TargetedBlock slots

The slots for the TargetedBlock container allow you to customize its appearance and behavior.

interface TargetedBlockProps {
slots?: {
Content: SlotProps
};
}