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

Interface Node

js/tree_node.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { materialStyles } from "./styles";
12
13export interface Node {
14 label?: string;
15 children?: Array<Node>;
16 expanded?: boolean;
17 topLevel?: boolean;
18}
19
20export class TreeNode extends LitElement {
21 static get componentName() {

Callers 4

build_api_treeFunction · 0.85
build_asset_treeFunction · 0.85
on_button_clickedFunction · 0.85
file_browserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected