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

Method deactivate

packages/sanddance/src/dataScope.ts:130–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public deactivate() {
131 if (this.active) {
132 delete this.active[FieldNames.Active];
133 }
134 this.active = null;
135 }
136
137 public ordinalIndexWithinSelection(ordinal: number) {
138 if (this.selection) {

Callers 2

deselectMethod · 0.95
activateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected