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

Method activate

docs/app/js/sanddance-app.js:9930–9937  ·  view source on GitHub ↗

* Set one data row to the active state.

(datum)

Source from the content-addressed store, hash-verified

9928 /**
9929 * Set one data row to the active state.
9930 */ activate(datum) {
9931 return new Promise((resolve, reject)=>{
9932 this._animator.activate(datum).then(()=>{
9933 this._details.render();
9934 resolve();
9935 });
9936 });
9937 }
9938 /**
9939 * Deactivate item.
9940 */ deActivate() {

Callers 5

onCubeClickMethod · 0.95
activateMethod · 0.45
handleActionMethod · 0.45
silentActivationMethod · 0.45
subflowFunction · 0.45

Calls 2

resolveFunction · 0.70
renderMethod · 0.45

Tested by

no test coverage detected