* Gets current signal values.
()
| 821 | * Gets current signal values. |
| 822 | */ |
| 823 | getSignalValues() { |
| 824 | return extractSignalValuesFromView(this.vegaViewGl, this.vegaSpec); |
| 825 | } |
| 826 | |
| 827 | finalize() { |
| 828 | if (this._dataScope) this._dataScope.finalize(); |
no test coverage detected