Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
deActivate
Method · 0.45
Calls
2
resolve
Function · 0.50
onDataChanged
Method · 0.45
Tested by
no test coverage detected