(view: SandDance.types.View)
| 599 | } |
| 600 | |
| 601 | public changeView(view: SandDance.types.View) { |
| 602 | this.changeInsight( |
| 603 | { view }, |
| 604 | { label: view === '2d' ? strings.labelViewType2d : strings.labelViewType3d }, |
| 605 | ); |
| 606 | } |
| 607 | |
| 608 | //state members which change the insight |
| 609 | public changeInsight(partialInsight: Partial<SandDance.specs.Insight>, historyAction: HistoryAction, additionalUIState?: Partial<UIState>) { |
nothing calls this directly
no test coverage detected