MCPcopy
hub / github.com/apache/superset / Props

Interface Props

superset-frontend/src/chart/ChartErrorMessage.tsx:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23import { SupersetError } from 'src/components/ErrorMessage/types';
24
25interface Props {
26 chartId: string;
27 error?: SupersetError;
28}
29
30/**
31 * fetches the chart owners and adds them to the extra data of the error message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected