MCPcopy
hub / github.com/simstudioai/sim / dispose

Method dispose

apps/sim/lib/pptx-renderer/renderer/slide-renderer.ts:51–51  ·  view source on GitHub ↗

Dispose slide-specific resources (charts inside this slide, blob URLs if standalone).

()

Source from the content-addressed store, hash-verified

49 readonly element: HTMLElement
50 /** Dispose slide-specific resources (charts inside this slide, blob URLs if standalone). */
51 dispose(): void
52 /** Support `using` declarations (TC39 Explicit Resource Management). */
53 [Symbol.dispose](): void
54}

Callers 7

disposeFunction · 0.65
initChartFunction · 0.65
destroyMethod · 0.65
queueRenderMethod · 0.65
disposeAllChartsMethod · 0.65
unmountListSlideMethod · 0.65
renderSingleSlideMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected