Contentful Personalization & Analytics
    Preparing search index...

    Props for PreviewPanelOverlay component

    interface PreviewPanelOverlayProps {
        children: ReactNode;
        contentfulClient: ContentfulClient;
        fabPosition?: { bottom?: number; right?: number };
        onVisibilityChange?: (isVisible: boolean) => void;
        showHeader?: boolean;
    }

    Hierarchy

    Index

    Properties

    children: ReactNode

    App content that the overlay wraps

    contentfulClient: ContentfulClient

    Contentful client instance used to fetch audience and experience entries. The panel will automatically fetch nt_audience and nt_experience content types.

    fabPosition?: { bottom?: number; right?: number }

    Optional positioning overrides for the floating action button

    onVisibilityChange?: (isVisible: boolean) => void

    Called when the panel visibility changes

    showHeader?: boolean

    Whether to show the header with title