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

Method reset

docs/app/js/sanddance-app.js:9887–9895  ·  view source on GitHub ↗

* Remove any filtration and animate.

()

Source from the content-addressed store, hash-verified

9885 /**
9886 * Remove any filtration and animate.
9887 */ reset() {
9888 return new Promise((resolve, reject)=>{
9889 this._animator.reset().then(()=>{
9890 this._details.clear();
9891 this._details.clearSelection();
9892 resolve();
9893 });
9894 });
9895 }
9896 /**
9897 * Select cubes by a filter expression.
9898 * @param search Filter expression, see https://vega.github.io/vega/docs/expressions/

Callers 1

renderMethod · 0.95

Calls 4

resolveFunction · 0.70
clearMethod · 0.65
resetMethod · 0.45
clearSelectionMethod · 0.45

Tested by

no test coverage detected