Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ finalize
Method
finalize
packages/powerbi/src/app.ts:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
finalize() {
77
this.explorer && this.explorer.finalize();
78
this.explorer = null;
79
}
80
81
private getViewerOptions(darkTheme?: boolean): Partial<SandDance.types.ViewerOptions> {
82
const
textColor = darkTheme ?
'white'
:
'black'
;
Callers
1
destroy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected