Skip to main content

page

frontend


frontend / config/page

config/page

Functions

__resetConfigCache()

__resetConfigCache(): void

Defined in: config/page.tsx:86

Returns

void


default()

default(): Element

Defined in: config/page.tsx:99

ConfigPage component for managing Switchmap configuration.

Optimizations:

  • In-memory caching of config data with TTL
  • Memoized computed values
  • Request cancellation with AbortController using useRef
  • Optimistic UI updates

Returns

Element