MCPcopy Create free account
hub / github.com/microsoft/SandDance / constructor

Method constructor

packages/powerbi/src/app.ts:64–74  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

62 public explorer: Explorer_Class;
63
64 constructor(props: Props) {
65 super(props);
66 this.state = {
67 loaded: false,
68 chromeless: false,
69 darkTheme: null,
70 rowCount: null,
71 fetching: false,
72 };
73 this.viewerOptions = this.getViewerOptions();
74 }
75
76 finalize() {
77 this.explorer && this.explorer.finalize();

Callers

nothing calls this directly

Calls 1

getViewerOptionsMethod · 0.95

Tested by

no test coverage detected