Home > widget-integration > SlickOptions
SlickOptions interface
Slick carousel configuration options.
Defines the behavior and appearance of the Slick carousel used for recommendation widgets with carousel layout. For complete options reference, see: https://kenwheeler.github.io/slick/
Signature:
export interface SlickOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Whether to enable accessibility keyboard navigation | ||
|
boolean |
(Optional) Whether to show previous/next arrow buttons | ||
|
boolean |
(Optional) Whether to show dot indicators for navigation | ||
|
boolean |
(Optional) Whether the carousel can be dragged with mouse | ||
|
boolean |
(Optional) Whether to focus slides when they change | ||
|
boolean |
(Optional) Whether clicking a slide focuses it | ||
|
boolean |
(Optional) Whether the carousel should loop infinitely | ||
|
Array<{ breakpoint: number; settings: Partial<SlickOptions>; }> |
(Optional) Responsive breakpoint configurations | ||
|
boolean |
(Optional) Whether to enable right-to-left layout direction | ||
|
number |
(Optional) Number of slides to scroll at once | ||
|
number |
(Optional) Number of slides to show at once | ||
|
boolean |
(Optional) Whether to use CSS3 transforms for slide transitions |