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

Method deselect

docs/app/js/sanddance-app.js:10013–10019  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10011 });
10012 }
10013 deselect() {
10014 return new Promise((resolve, reject)=>{
10015 this.dataScope.deselect();
10016 this.props.onDataChanged(DataLayoutChange.same);
10017 resolve();
10018 });
10019 }
10020 filter(search, keepData, collapseData, rebase) {
10021 if (rebase) this.dataScope.collapse(false, keepData);
10022 this.dataScope.collapse(true, collapseData);

Callers

nothing calls this directly

Calls 3

resolveFunction · 0.70
deselectMethod · 0.45
onDataChangedMethod · 0.45

Tested by

no test coverage detected