Home / Function/ expandConfigs() — react Function Reference

expandConfigs() — react Function Reference

Architecture documentation for the expandConfigs() function in page.spec.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  c3ab7218_88a3_55c0_b0ae_b6ee1d0b165b["expandConfigs()"]
  3731bab4_20a8_fd29_7439_f961f8964da4["page.spec.ts"]
  c3ab7218_88a3_55c0_b0ae_b6ee1d0b165b -->|defined in| 3731bab4_20a8_fd29_7439_f961f8964da4
  style c3ab7218_88a3_55c0_b0ae_b6ee1d0b165b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/apps/playground/__tests__/e2e/page.spec.ts lines 24–28

async function expandConfigs(page: Page): Promise<void> {
  const expandButton = page.locator('[title="Expand config editor"]');
  await expandButton.click();
  await page.waitForSelector('.monaco-editor-config', {state: 'visible'});
}

Subdomains

Frequently Asked Questions

What does expandConfigs() do?
expandConfigs() is a function in the react codebase, defined in compiler/apps/playground/__tests__/e2e/page.spec.ts.
Where is expandConfigs() defined?
expandConfigs() is defined in compiler/apps/playground/__tests__/e2e/page.spec.ts at line 24.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free