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

Method finalize

docs/tests/v2/es6/js/sanddance.js:155028–155045  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155026 }
155027
155028 finalize() {
155029 if (this._dataScope) this._dataScope.finalize();
155030 if (this._details) this._details.finalize();
155031 if (this._tooltip) this._tooltip.finalize();
155032 if (this.vegaViewGl) this.vegaViewGl.finalize();
155033 if (this.presenter) this.presenter.finalize();
155034 if (this.element) this.element.innerHTML = '';
155035 this.colorContexts = null;
155036 this.element = null;
155037 this.options = null;
155038 this.presenter = null;
155039 this.vegaSpec = null;
155040 this.vegaViewGl = null;
155041 this._animator = null;
155042 this._dataScope = null;
155043 this._details = null;
155044 this._tooltip = null;
155045 }
155046
155047}
155048/**

Callers 4

sanddance.jsFile · 0.45
finalizeMethod · 0.45
_renderMethod · 0.45
onCubeHoverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected