MCPcopy
hub / github.com/SteamDeckHomebrew/decky-loader / Window

Interface Window

frontend/src/plugin-loader.tsx:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49declare global {
50 interface Window {
51 __DECKY_SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_deckyLoaderAPIInit?: {
52 connect: (version: number, key: string) => any; // Returns the backend API used above, no real point adding types to this.
53 };
54 }
55}
56
57/** Map of event names to event listeners */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected