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

Method reset

packages/sanddance/src/viewer.ts:727–735  ·  view source on GitHub ↗

* Remove any filtration and animate.

()

Source from the content-addressed store, hash-verified

725 * Remove any filtration and animate.
726 */
727 reset() {
728 return new Promise<void>((resolve, reject) => {
729 this._animator.reset().then(() => {
730 this._details.clear();
731 this._details.clearSelection();
732 resolve();
733 });
734 });
735 }
736
737 /**
738 * Select cubes by a filter expression.

Callers 4

renderMethod · 0.95
handleActionMethod · 0.45
setInsightMethod · 0.45
doUnfilterMethod · 0.45

Calls 3

clearMethod · 0.65
resolveFunction · 0.50
clearSelectionMethod · 0.45

Tested by

no test coverage detected