MCPcopy Index your code
hub / github.com/microsoft/SandDance / finalize

Method finalize

packages/sanddance/src/viewer.ts:827–844  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

825 }
826
827 finalize() {
828 if (this._dataScope) this._dataScope.finalize();
829 if (this._details) this._details.finalize();
830 if (this._tooltip) this._tooltip.finalize();
831 if (this.vegaViewGl) this.vegaViewGl.finalize();
832 if (this.presenter) this.presenter.finalize();
833 if (this.element) this.element.innerHTML = '';
834 this.colorContexts = null;
835 this.element = null;
836 this.options = null;
837 this.presenter = null;
838 this.vegaSpec = null;
839 this.vegaViewGl = null;
840 this._animator = null;
841 this._dataScope = null;
842 this._details = null;
843 this._tooltip = null;
844 }
845}

Callers 3

renderNewLayoutMethod · 0.45
_renderMethod · 0.45
onCubeHoverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected