MCPcopy
hub / github.com/OpenWebGAL/WebGAL / Window

Interface Window

packages/webgal/src/types/electron.d.ts:4–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface Window {
5 __WEBGAL_DEVICE_INFO__?: {
6 isIOS: boolean;
7 isIOSPhone: boolean;
8 isIPad: boolean;
9 };
10 electronFuncs?: {
11 steam?: {
12 initialize: (appId: string) => boolean | Promise<boolean>;
13 unlockAchievement: (achievementId: string) => boolean | Promise<boolean>;
14 };
15 };
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected