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

Interface FieldComparisonColumnProps

src/components/FieldComparisonColumn.tsx:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69const GEE_ANALYTICS_CACHE_KEY = "gee-analytics-cache";
70const QUERY_CACHE_TTL_MS = 60 * 60 * 1000;
71
72interface FieldComparisonColumnProps {
73 field: Field;
74 startDate: Date;
75 endDate: Date;
76 compact?: boolean;
77 gradientIdSuffix?: string;
78}
79
80const FieldComparisonColumn = ({ field, startDate, endDate, compact = false, gradientIdSuffix = "" }: FieldComparisonColumnProps) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected