PresetSelectorProps Type — ui Architecture
Architecture documentation for the PresetSelectorProps type/interface in preset-selector.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5db368e3_d041_5f89_e907_bc7f0c60833d["PresetSelectorProps"] e097816f_6d96_f113_8f37_4e2d8d220098["preset-selector.tsx"] 5db368e3_d041_5f89_e907_bc7f0c60833d -->|defined in| e097816f_6d96_f113_8f37_4e2d8d220098 style 5db368e3_d041_5f89_e907_bc7f0c60833d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/app/(app)/examples/playground/components/preset-selector.tsx lines 26–29
interface PresetSelectorProps
extends React.ComponentProps<typeof PopoverPrimitive.Root> {
presets: Preset[]
}
Source
Frequently Asked Questions
What is the PresetSelectorProps type?
PresetSelectorProps is a type/interface in the ui codebase, defined in apps/v4/app/(app)/examples/playground/components/preset-selector.tsx.
Where is PresetSelectorProps defined?
PresetSelectorProps is defined in apps/v4/app/(app)/examples/playground/components/preset-selector.tsx at line 26.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free