MCPcopy
hub / github.com/ucbepic/docetl / ObservabilityIndicatorProps

Interface ObservabilityIndicatorProps

website/src/components/ColumnDialog.tsx:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45} from "@/components/ResizableDataTable";
46
47interface ObservabilityIndicatorProps {
48 row: Record<string, unknown>;
49 currentOperation: string;
50}
51
52const ObservabilityIndicator = React.memo(
53 ({ row, currentOperation }: ObservabilityIndicatorProps) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected