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

Interface ContainerModel

js/container.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { materialStyles } from "./styles";
9
10export interface ContainerModel {
11 icon: string;
12 title: string;
13 collapsed: boolean;
14 hide_close_button: boolean;
15}
16
17export class Container extends LitWidget<ContainerModel, Container> {
18 static get componentName(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected