Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface NotebookErrorBoundaryProps

    interface NotebookErrorBoundaryProps {
        children: ReactNode;
        onError: (error: Error) => void;
    }
    Index

    Properties

    Properties

    children: ReactNode
    onError: (error: Error) => void