@xylabs/sdk-react
    Preparing search index...

    Interface ThrownErrorBoundaryProps<T>

    interface ThrownErrorBoundaryProps<T = void> {
        boundaryName?: string;
        children: ReactNode;
        errorComponent?: (e: ErrorEx<T>, boundaryName?: string) => ReactNode;
        rethrow?: boolean;
        rollbar?: Rollbar;
        scope?: string;
        title?: string;
    }

    Type Parameters

    • T = void
    Index

    Properties

    boundaryName?: string
    children: ReactNode
    errorComponent?: (e: ErrorEx<T>, boundaryName?: string) => ReactNode
    rethrow?: boolean
    rollbar?: Rollbar
    scope?: string
    title?: string