State Type — ui Architecture
Architecture documentation for the State type/interface in use-toast.ts from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 7f98cb12_74e9_97ee_33c8_f2d54e3405e6["State"] 0ac37ef4_ee03_7234_1fa3_be05404864ce["use-toast.ts"] 7f98cb12_74e9_97ee_33c8_f2d54e3405e6 -->|defined in| 0ac37ef4_ee03_7234_1fa3_be05404864ce style 7f98cb12_74e9_97ee_33c8_f2d54e3405e6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/default/hooks/use-toast.ts lines 55–57
interface State {
toasts: ToasterToast[]
}
Source
Frequently Asked Questions
What is the State type?
State is a type/interface in the ui codebase, defined in deprecated/www/registry/default/hooks/use-toast.ts.
Where is State defined?
State is defined in deprecated/www/registry/default/hooks/use-toast.ts at line 55.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free