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

Method activate

packages/sanddance/src/animator.ts:62–68  ·  view source on GitHub ↗
(datum: object)

Source from the content-addressed store, hash-verified

60 }
61
62 activate(datum: object) {
63 return new Promise<void>((resolve, reject) => {
64 this.dataScope.activate(datum);
65 this.props.onDataChanged(DataLayoutChange.same);
66 resolve();
67 });
68 }
69
70 deactivate() {
71 return new Promise<void>((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.50
onDataChangedMethod · 0.45

Tested by

no test coverage detected