MCPcopy Index your code
hub / github.com/simstudioai/sim / emitSlideUnmounted

Method emitSlideUnmounted

apps/sim/lib/pptx-renderer/core/viewer.ts:158–160  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

156 }
157
158 private emitSlideUnmounted(index: number): void {
159 this.dispatchEvent(new CustomEvent('slideunmounted', { detail: { index } }))
160 }
161
162 private emitNodeError(nodeId: string, error: unknown): void {
163 this.dispatchEvent(new CustomEvent('nodeerror', { detail: { nodeId, error } }))

Callers 1

unmountListSlideMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected