MCPcopy Create free account
hub / github.com/microsoft/SandDance / finalize

Method finalize

packages/sanddance-explorer/src/explorer.tsx:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 public finalize() {
229 if (this.viewer) this.viewer.finalize();
230 }
231
232 public updateViewerOptions(viewerOptions: Partial<SandDance.types.ViewerOptions>) {
233 this.viewerOptions = {

Callers 2

componentWillUnmountMethod · 0.45
SandDanceVue.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected