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

Interface ToolbarModel

js/toolbar.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import "./tab_panel";
13
14export interface ToolbarModel {
15 main_tools: any;
16 extra_tools: any;
17 expanded: boolean;
18}
19
20export class Toolbar extends LitWidget<ToolbarModel, Toolbar> {
21 static get componentName() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected