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

Method updateExplorerViewerOptions

docs/app/js/sanddance-app.js:51473–51476  ·  view source on GitHub ↗
(viewerOptions)

Source from the content-addressed store, hash-verified

51471 });
51472 }
51473 updateExplorerViewerOptions(viewerOptions) {
51474 this.viewerOptions = viewerOptions;
51475 this.explorer && this.explorer.updateViewerOptions(this.viewerOptions);
51476 }
51477 getThemePalette(darkTheme) {
51478 const theme = darkTheme ? "dark-theme" : "";
51479 return (0, _sanddanceExplorer.themePalettes)[theme];

Callers 1

changeColorSchemeMethod · 0.95

Calls 1

updateViewerOptionsMethod · 0.45

Tested by

no test coverage detected