Contentful Personalization & Analytics
    Preparing search index...

    Props for the main PreviewPanel component

    interface PreviewPanelProps {
        contentfulClient: ContentfulClient;
        onVisibilityChange?: (isVisible: boolean) => void;
        showHeader?: boolean;
        style?: StyleProp<ViewStyle>;
    }
    Index

    Properties

    contentfulClient: ContentfulClient

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

    onVisibilityChange?: (isVisible: boolean) => void

    Called when the panel visibility changes

    showHeader?: boolean

    Whether to show the header with title

    style?: StyleProp<ViewStyle>

    Custom container style