Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ destroy
Method
destroy
packages/powerbi/src/visual.ts:191–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
destroy() {
192
this.app && this.app.finalize();
193
this.app = null;
194
}
195
196
public update(options: VisualUpdateOptions) {
197
// console.log('Visual update', options);
Callers
nothing calls this directly
Calls
1
finalize
Method · 0.45
Tested by
no test coverage detected