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

Method deactivate

packages/sanddance/src/animator.ts:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 deactivate() {
71 return new Promise<void>((resolve, reject) => {
72 this.dataScope.deactivate();
73 this.props.onDataChanged(DataLayoutChange.same);
74 resolve();
75 });
76 }
77
78}

Callers 1

deActivateMethod · 0.45

Calls 2

resolveFunction · 0.50
onDataChangedMethod · 0.45

Tested by

no test coverage detected