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

Method finalize

docs/app/js/sanddance-app.js:9967–9984  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9965 return (0, _signals.extractSignalValuesFromView)(this.vegaViewGl, this.vegaSpec);
9966 }
9967 finalize() {
9968 if (this._dataScope) this._dataScope.finalize();
9969 if (this._details) this._details.finalize();
9970 if (this._tooltip) this._tooltip.finalize();
9971 if (this.vegaViewGl) this.vegaViewGl.finalize();
9972 if (this.presenter) this.presenter.finalize();
9973 if (this.element) this.element.innerHTML = "";
9974 this.colorContexts = null;
9975 this.element = null;
9976 this.options = null;
9977 this.presenter = null;
9978 this.vegaSpec = null;
9979 this.vegaViewGl = null;
9980 this._animator = null;
9981 this._dataScope = null;
9982 this._details = null;
9983 this._tooltip = null;
9984 }
9985}
9986/**
9987 * Default Viewer options.

Callers 7

finalizeMethod · 0.45
renderNewLayoutMethod · 0.45
_renderMethod · 0.45
onCubeHoverMethod · 0.45
componentWillUnmountMethod · 0.45
finalizeMethod · 0.45
sanddance-app.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected