Embedded analytics SDK API
    Preparing search index...

    Type Alias SdkErrorComponentProps

    type SdkErrorComponentProps = {
        error?: Error;
        message: ReactNode;
        onClose?: () => void;
        type?: "relative" | "fixed";
        withCloseButton?: boolean;
    }
    Index

    Properties

    error?: Error
    message: ReactNode
    onClose?: () => void
    type?: "relative" | "fixed"
    withCloseButton?: boolean