MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / Native

Interface Native

plugins/src/preload/api/native.ts:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5delete window.__native;
6
7interface Native {
8 OpenDevTools: () => void;
9 OpenPluginsFolder: (path?: string) => boolean;
10 ReloadClient: () => void;
11
12 SetWindowTheme: (dark: boolean) => void;
13 SetWindowVibrancy: (kind: number | null, state?: number) => void;
14
15 LoadDataStore: () => string;
16 SaveDataStore: (data: string) => void;
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected