MCPcopy Create free account
hub / github.com/microsoft/SandDance / deactivate

Method deactivate

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

Source from the content-addressed store, hash-verified

10048 });
10049 }
10050 deactivate() {
10051 return new Promise((resolve, reject)=>{
10052 this.dataScope.deactivate();
10053 this.props.onDataChanged(DataLayoutChange.same);
10054 resolve();
10055 });
10056 }
10057}
10058
10059},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"45t5m":[function(require,module,exports) {

Callers 1

deActivateMethod · 0.45

Calls 2

resolveFunction · 0.70
onDataChangedMethod · 0.45

Tested by

no test coverage detected