MCPcopy
hub / github.com/gee-community/geemap / LegendData

Interface LegendData

js/legend.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface LegendData {
19 [key: string]: [color: string];
20}
21
22export interface LegendModel {
23 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected