(viewerOptions)
| 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]; |
no test coverage detected