MCPcopy
hub / github.com/CesiumGS/cesium / ErrorBoundaryState

Interface ErrorBoundaryState

packages/sandcastle/src/copilot/ErrorBoundary.tsx:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface ErrorBoundaryState {
10 hasError: boolean;
11 error: Error | null;
12 resetKey: number;
13}
14
15export class ErrorBoundary extends Component<
16 ErrorBoundaryProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…