MCPcopy
hub / github.com/microsoft/data-formulator / LoadPlanCardProps

Interface LoadPlanCardProps

src/components/LoadPlanCard.tsx:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import type { LoadPlan, LoadPlanCandidate, PendingTableLoad } from './ComponentType';
16
17interface LoadPlanCardProps {
18 plan: LoadPlan;
19 onConfirm: (selected: LoadPlanCandidate[]) => void;
20 confirmed?: boolean;
21}
22
23// Plans this small auto-expand each row's preview on first render so the
24// user can see what they're loading without an extra click. Larger plans

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected