MCPcopy
hub / github.com/microsoft/SandDance / deselect

Method deselect

packages/sanddance/src/dataScope.ts:101–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 public deselect() {
102 this.deactivate();
103 this.data.forEach(datum => {
104 delete datum[FieldNames.Selected];
105 });
106 this.selection = null;
107 }
108
109 public hasFilteredData() {
110 return !!this.filteredData;

Callers 2

setDataMethod · 0.95
selectMethod · 0.95

Calls 2

deactivateMethod · 0.95
forEachMethod · 0.45

Tested by

no test coverage detected