MCPcopy Create free account
hub / github.com/datapane/datapane / Window

Interface Window

web-components/global.ts:2–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface Window {
3 isIPythonEmbed: boolean;
4 dpLocal: boolean;
5 reportProps?: any;
6 posthog: any;
7 hasPosthog: any;
8 dpAppRunner: boolean;
9 dpAuthorId: string;
10 dpReportId: string;
11 dpLocalViewEvent: any;
12 Alpine: any;
13 $testResources: any;
14 errorHandler: any;
15 }
16}
17
18export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected