MCPcopy
hub / github.com/strapi/strapi / Window

Interface Window

packages/admin-test-utils/custom.d.ts:4–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface Window {
5 strapi: {
6 backendURL: string;
7 isEE: boolean;
8 features: {
9 SSO: 'sso';
10 isEnabled: (featureName?: string) => boolean;
11 };
12 future: {
13 isEnabled: (name: string) => boolean;
14 };
15 projectType: string;
16 telemetryDisabled: boolean;
17 flags: {
18 nps: boolean;
19 promoteEE: boolean;
20 };
21 };
22 }
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…