()
| 115 | } |
| 116 | |
| 117 | getViewState(): ViewState | null { |
| 118 | return this.panel ? this.viewState : null; |
| 119 | } |
| 120 | |
| 121 | updateViewState(update: Partial<ViewState>) { |
| 122 | this.viewState = { |
nothing calls this directly
no outgoing calls
no test coverage detected