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

Method deselect

docs/app/js/sanddance-app.js:9909–9916  ·  view source on GitHub ↗

* Removes any selection.

()

Source from the content-addressed store, hash-verified

9907 /**
9908 * Removes any selection.
9909 */ deselect() {
9910 return new Promise((resolve, reject)=>{
9911 this._animator.deselect().then(()=>{
9912 this._details.clearSelection();
9913 resolve();
9914 });
9915 });
9916 }
9917 /**
9918 * Gets the current selection.
9919 */ getSelection() {

Callers 11

onCubeClickMethod · 0.95
createConfigMethod · 0.95
deselectMethod · 0.45
filterMethod · 0.45
resetMethod · 0.45
handleActionMethod · 0.45
editSnapshotMethod · 0.45
changeColumnMappingMethod · 0.45
doDeselectMethod · 0.45
renderMethod · 0.45

Calls 2

resolveFunction · 0.70
clearSelectionMethod · 0.45

Tested by

no test coverage detected