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

Interface LayerEditorModel

js/layer_editor.ts:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import "./vector_layer_editor";
15
16export interface LayerEditorModel {
17 layer_name: string;
18 layer_type: string;
19 children: Array<any>;
20
21 // Band names in the image (if applicable).
22 band_names: Array<string>;
23 // Colormaps available to select.
24 colormaps: Array<string>;
25}
26
27export class LayerEditor extends LitWidget<LayerEditorModel, LayerEditor> {
28 static get componentName(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected