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

Method deselect

packages/sanddance/src/viewer.ts:753–760  ·  view source on GitHub ↗

* Removes any selection.

()

Source from the content-addressed store, hash-verified

751 * Removes any selection.
752 */
753 deselect() {
754 return new Promise<void>((resolve, reject) => {
755 this._animator.deselect().then(() => {
756 this._details.clearSelection();
757 resolve();
758 });
759 });
760 }
761
762 /**
763 * Gets the current selection.

Callers 8

onCubeClickMethod · 0.95
createConfigMethod · 0.95
handleActionMethod · 0.45
changeColumnMappingMethod · 0.45
doDeselectMethod · 0.45
renderMethod · 0.45
editSnapshotMethod · 0.45

Calls 2

resolveFunction · 0.50
clearSelectionMethod · 0.45

Tested by

no test coverage detected