MCPcopy
hub / github.com/streamlit/streamlit / getElements

Method getElements

frontend/lib/src/render-tree/AppRoot.ts:390–392  ·  view source on GitHub ↗

Return a Set containing all Elements in the tree.

()

Source from the content-addressed store, hash-verified

388
389 /** Return a Set containing all Elements in the tree. */
390 public getElements(): Set<Element> {
391 return this.getActiveIds().elements
392 }
393
394 /**
395 * Return all active element IDs and block IDs in the tree.

Callers 2

AppRoot.test.tsFile · 0.80
AppClass · 0.80

Calls 1

getActiveIdsMethod · 0.95

Tested by

no test coverage detected