(filters: powerbiModels.IFilter[])
| 180 | } |
| 181 | |
| 182 | applyFilters(filters: powerbiModels.IFilter[]) { |
| 183 | this.host.applyJsonFilter(null, 'general', 'filter', powerbiVisualsApi.FilterAction.merge); |
| 184 | this.host.applyJsonFilter(filters, 'general', 'filter', powerbiVisualsApi.FilterAction.merge); |
| 185 | } |
| 186 | |
| 187 | clearFilter() { |
| 188 | this.applyFilters(null); |
no outgoing calls
no test coverage detected