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

Method activate

docs/app/js/sanddance-app.js:10043–10049  ·  view source on GitHub ↗
(datum)

Source from the content-addressed store, hash-verified

10041 });
10042 }
10043 activate(datum) {
10044 return new Promise((resolve, reject)=>{
10045 this.dataScope.activate(datum);
10046 this.props.onDataChanged(DataLayoutChange.same);
10047 resolve();
10048 });
10049 }
10050 deactivate() {
10051 return new Promise((resolve, reject)=>{
10052 this.dataScope.deactivate();

Callers

nothing calls this directly

Calls 3

resolveFunction · 0.70
activateMethod · 0.45
onDataChangedMethod · 0.45

Tested by

no test coverage detected