Embedded analytics SDK API
    Preparing search index...

    Type Alias SdkErrorComponentProps

    type SdkErrorComponentProps = {
        error?: Error;
        message: ReactNode;
    }
    Index

    Properties

    Properties

    error?: Error
    message: ReactNode