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

Interface Tab

js/tab_panel.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26/** The tab configuration, as a string or Material Icon. */
27export interface Tab {
28 name: string | undefined,
29 icon: string | undefined,
30 width: number | undefined,
31}
32
33/**
34 * Defines the <tab-panel> element which accepts N children, with a zero-based

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected