MCPcopy
hub / github.com/xyflow/xyflow / FlowConfig

Interface FlowConfig

examples/react/src/app.d.ts:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface FlowConfig {
5 flowProps?: Omit<ReactFlowProps, 'nodes' | 'edges'> & { nodes: Node[]; edges: Edge[] };
6 panelProps?: PanelProps;
7 backgroundProps?: BackgroundProps;
8 controlsProps?: ControlProps;
9 minimapProps?: MiniMapProps;
10 }
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected