MCPcopy Create free account
hub / github.com/microsoft/SandDance / deactivate

Method deactivate

docs/app/js/sanddance-app.js:10550–10553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10548 this.active = datum;
10549 }
10550 deactivate() {
10551 if (this.active) delete this.active[(0, _sanddanceSpecs.FieldNames).Active];
10552 this.active = null;
10553 }
10554 ordinalIndexWithinSelection(ordinal) {
10555 if (this.selection) for(let i = 0; i < this.selection.included.length; i++){
10556 let datum = this.selection.included[i];

Callers 2

deselectMethod · 0.95
activateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected