MCPcopy
hub / github.com/Flagsmith/flagsmith / Window

Interface Window

frontend/global.d.ts:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 const Chargebee: any
92
93 interface Window {
94 E2E: boolean
95 engagement: {
96 init(apiKey: string, options?: InitOptions): void
97 plugin(): unknown
98 boot(options: BootOptions): Promise<void>
99 }
100 }
101}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected