MCPcopy
hub / github.com/excalidraw/excalidraw / get

Function get

packages/excalidraw/components/App.tsx:11160–11162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11158 elements: {
11159 configurable: true,
11160 get() {
11161 return this.app?.scene.getElementsIncludingDeleted();
11162 },
11163 set(elements: ExcalidrawElement[]) {
11164 return this.app?.scene.replaceAllElements(
11165 syncInvalidIndices(elements),

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected