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

Method select

packages/sanddance/src/viewer.ts:741–748  ·  view source on GitHub ↗

* Select cubes by a filter expression. * @param search Filter expression, see https://vega.github.io/vega/docs/expressions/

(search: Search)

Source from the content-addressed store, hash-verified

739 * @param search Filter expression, see https://vega.github.io/vega/docs/expressions/
740 */
741 select(search: Search) {
742 return new Promise<void>((resolve, reject) => {
743 this._animator.select(search).then(() => {
744 this._details.populate(this._dataScope.selection);
745 resolve();
746 });
747 });
748 }
749
750 /**
751 * Removes any selection.

Callers 7

onClickMethod · 0.95
onCubeClickMethod · 0.95
createConfigMethod · 0.95
selectByNameValueMethod · 0.45
sanddance-specs.tsFile · 0.45
applySelectionMethod · 0.45
doSelectMethod · 0.45

Calls 2

resolveFunction · 0.50
populateMethod · 0.45

Tested by

no test coverage detected