MCPcopy Index your code
hub / github.com/microsoft/SandDance / applySelection

Method applySelection

packages/powerbi/src/visual.ts:170–176  ·  view source on GitHub ↗
(selectedIds: powerbiVisualsApi.extensibility.ISelectionId[])

Source from the content-addressed store, hash-verified

168 }
169
170 applySelection(selectedIds: powerbiVisualsApi.extensibility.ISelectionId[]) {
171 if (selectedIds.length) {
172 this.selectionManager.select(selectedIds, false);
173 } else {
174 this.clearSelection();
175 }
176 }
177
178 clearSelection() {
179 this.selectionManager.clear();

Callers 1

constructorMethod · 0.95

Calls 2

clearSelectionMethod · 0.95
selectMethod · 0.45

Tested by

no test coverage detected