CarouselContextProps Type — ui Architecture
Architecture documentation for the CarouselContextProps type/interface in carousel.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 30b44ac8_b168_25a9_b413_ba7ad813b93b["CarouselContextProps"] 7e7652ce_fc95_8d6e_4506_c860f14d1d73["carousel.tsx"] 30b44ac8_b168_25a9_b413_ba7ad813b93b -->|defined in| 7e7652ce_fc95_8d6e_4506_c860f14d1d73 style 30b44ac8_b168_25a9_b413_ba7ad813b93b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/carousel.tsx lines 23–30
type CarouselContextProps = {
carouselRef: ReturnType<typeof useEmblaCarousel>[0]
api: ReturnType<typeof useEmblaCarousel>[1]
scrollPrev: () => void
scrollNext: () => void
canScrollPrev: boolean
canScrollNext: boolean
} & CarouselProps
Defined In
Source
Frequently Asked Questions
What is the CarouselContextProps type?
CarouselContextProps is a type/interface in the ui codebase, defined in apps/v4/examples/radix/ui-rtl/carousel.tsx.
Where is CarouselContextProps defined?
CarouselContextProps is defined in apps/v4/examples/radix/ui-rtl/carousel.tsx at line 23.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free