MCPcopy Create free account
hub / github.com/microsoft/SandDance / clearSelection

Method clearSelection

packages/powerbi/src/visual.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 clearSelection() {
179 this.selectionManager.clear();
180 }
181
182 applyFilters(filters: powerbiModels.IFilter[]) {
183 this.host.applyJsonFilter(null, 'general', 'filter', powerbiVisualsApi.FilterAction.merge);

Callers 2

constructorMethod · 0.95
applySelectionMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected