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

Method finalize

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

Source from the content-addressed store, hash-verified

13828 this.updateViewerOptions(Object.assign(Object.assign({}, (0, _sanddanceReact.SandDance).VegaDeckGl.util.clone((0, _sanddanceReact.SandDance).Viewer.defaultViewerOptions)), props.viewerOptions));
13829 }
13830 finalize() {
13831 if (this.viewer) this.viewer.finalize();
13832 }
13833 updateViewerOptions(viewerOptions) {
13834 this.viewerOptions = Object.assign(Object.assign({}, (0, _sanddanceReact.SandDance).VegaDeckGl.util.deepMerge((0, _defaults.defaultViewerOptions), this.viewerOptions, viewerOptions)), {
13835 tooltipOptions: {

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.45

Tested by

no test coverage detected