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

Method select

docs/app/js/sanddance-app.js:10006–10012  ·  view source on GitHub ↗
(search)

Source from the content-addressed store, hash-verified

10004 this.props = props;
10005 }
10006 select(search) {
10007 return new Promise((resolve, reject)=>{
10008 this.dataScope.select(search);
10009 this.props.onDataChanged(DataLayoutChange.same);
10010 resolve();
10011 });
10012 }
10013 deselect() {
10014 return new Promise((resolve, reject)=>{
10015 this.dataScope.deselect();

Callers

nothing calls this directly

Calls 3

resolveFunction · 0.70
selectMethod · 0.45
onDataChangedMethod · 0.45

Tested by

no test coverage detected