CDP Frontend SDK
    Preparing search index...

    Interface SignInModalContentProps

    Props for the sign in modal content.

    interface SignInModalContentProps {
        onSuccess?: () => void;
        overlayClassName?: string;
        overlayStyle?: CSSProperties;
    }

    Hierarchy (View Summary)

    Index

    Properties

    onSuccess?: () => void

    A function to call when the sign-in flow is successful.

    overlayClassName?: string

    The class name to apply to the overlay.

    overlayStyle?: CSSProperties

    The style to apply to the overlay.