Home / Type/ AccountSwitcherProps Type — ui Architecture

AccountSwitcherProps Type — ui Architecture

Architecture documentation for the AccountSwitcherProps type/interface in account-switcher.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  300a0ae3_1bdd_0d7f_8388_ecdd1e7ce5be["AccountSwitcherProps"]
  ee6815f6_b4c1_7339_f891_18ca7f0c764e["account-switcher.tsx"]
  300a0ae3_1bdd_0d7f_8388_ecdd1e7ce5be -->|defined in| ee6815f6_b4c1_7339_f891_18ca7f0c764e
  style 300a0ae3_1bdd_0d7f_8388_ecdd1e7ce5be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/app/(app)/examples/mail/components/account-switcher.tsx lines 14–21

interface AccountSwitcherProps {
  isCollapsed: boolean
  accounts: {
    label: string
    email: string
    icon: React.ReactNode
  }[]
}

Frequently Asked Questions

What is the AccountSwitcherProps type?
AccountSwitcherProps is a type/interface in the ui codebase, defined in deprecated/www/app/(app)/examples/mail/components/account-switcher.tsx.
Where is AccountSwitcherProps defined?
AccountSwitcherProps is defined in deprecated/www/app/(app)/examples/mail/components/account-switcher.tsx at line 14.

Analyze Your Own Codebase

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

Try Supermodel Free