sparc - v1.0.1
    Preparing search index...
    interface ErrorBoundaryProps {
        name?: string;
        onAsyncErrorCallback?: (error: PromiseRejectionEvent) => void;
        onErrorCallback?: (error: ErrorEvent) => void;
        target?: HTMLElement | Window;
    }
    Index

    Properties

    name?: string
    onAsyncErrorCallback?: (error: PromiseRejectionEvent) => void
    onErrorCallback?: (error: ErrorEvent) => void
    target?: HTMLElement | Window