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

Method off

apps/sim/lib/pptx-renderer/core/viewer.ts:369–375  ·  view source on GitHub ↗
(
    type: K,
    listener: (event: PptxViewerEventMap[K]) => void
  )

Source from the content-addressed store, hash-verified

367 }
368
369 off<K extends keyof PptxViewerEventMap>(
370 type: K,
371 listener: (event: PptxViewerEventMap[K]) => void
372 ): this {
373 this.removeEventListener(type, listener as EventListener)
374 return this
375 }
376
377 isSlideMounted(index: number): boolean {
378 return this.mountedSlides.has(index)

Callers 8

cleanupFunction · 0.80
subscribeMethod · 0.80
readyHandlerFunction · 0.80
kJFunction · 0.80
pFunction · 0.80
CodeBlockViewFunction · 0.80
EditorBubbleMenuFunction · 0.80
teardownFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected