Interface for a class Carousel
EmitType<SlideChangedEventArgs>
The event will be fired once slide is changed.
EmitType<SlideChangingEventArgs>
The event will be fired before the slide change.
boolean
Defines whether to allow keyboard interaction.
CarouselAnimationSettingsModel
Specifies the datasource for the carousel items.
string
Accepts the template for navigation arrows.
boolean
Defines whether to the slide transition is automatic or manual.
string
Specifies the classes to customize carousel.
Record[]
Specifies the datasource for the carousel items.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enable or disable rendering component in right to left direction.
boolean
Defines whether to enable swipe action on touch devices.
string
| number
Specifies the height of the Carousel in pixels/number/percentage. Number value is considered as pixels.
Record
Defines htmlAttributes used to add custom attributes to carousel. Supports HTML attributes such as style, class, etc.
string
Accepts the template for indicators.
boolean
Defines whether to the slide transitions loop end or not.
number
Specifies the value for slide transition.
string
Specifies the template option for carousel items.
An array of item that is used to specify carousel items.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
string
Accepts the template for play/pause button.
number
Specifies index of the current carousel item.
string
Defines how to show the previous and next arrows.
boolean
Defines whether to show indicators.
boolean
Defines whether to show play button.
string
| number
Specifies the width of the Carousel in pixels/number/percentage. Number value is considered as pixels.