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

Method finalize

packages/vega-deck.gl/src/presenter.ts:370–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368 }
369
370 finalize() {
371 this.animationCancel();
372 if (this.deckgl) this.deckgl.finalize();
373 if (this.el) this.el.innerHTML = '';
374 this._last = null;
375 this.deckgl = null;
376 this.el = null;
377 this.logger = null;
378 this.queuedAnimationOptions = null;
379 }
380}

Callers

nothing calls this directly

Calls 1

animationCancelMethod · 0.95

Tested by

no test coverage detected