Backstage
    Preparing search index...
    interface ExtensionBoundaryProps {
        children: ReactNode;
        errorPresentation?: "error-api" | "error-display";
        node: AppNode;
    }
    Index

    Properties

    children: ReactNode
    errorPresentation?: "error-api" | "error-display"
    node: AppNode