MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / MapViewProps

Interface MapViewProps

src/components/MapView.tsx:41–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40 });
41}
42
43interface MapViewProps {
44 allFields: Field[];
45 selectedFields: Field[];
46 activeField: Field | null;
47 flyToField?: Field | null;
48 onFlyToDone?: () => void;
49 onFieldClickOnMap: (field: Field) => void;
50 onAddField: (field: Field) => void;
51 editBoundaryFieldId?: string | null;
52 onUpdateField?: (field: Field) => void;
53 onCancelEditBoundary?: () => void;
54}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected