@conciergus/chat - v0.3.1
    Preparing search index...

    Interface FallbackComponentProps

    Props for fallback components

    interface FallbackComponentProps {
        error: EnhancedError;
        errorInfo: ErrorInfo;
        boundaryState: ErrorBoundaryState;
        recoveryActions: ErrorRecoveryAction[];
        config: ErrorBoundaryConfig;
        onRetry: () => void;
        onDismiss?: () => void;
        debug: boolean;
        theme: "light" | "dark" | "auto";
    }
    Index

    Properties

    Error details

    errorInfo: ErrorInfo

    Error info

    boundaryState: ErrorBoundaryState

    Error boundary state

    recoveryActions: ErrorRecoveryAction[]

    Recovery actions

    Configuration

    onRetry: () => void

    Retry handler

    onDismiss?: () => void

    Dismiss handler

    debug: boolean

    Debug mode

    theme: "light" | "dark" | "auto"

    Theme