Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Props for the ErrorBoundary component.

    interface ErrorBoundaryProps {
        children: ReactNode;
        editorName: string;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Child components to render inside the boundary.

    editorName: string

    Name of the editor context for error messages.