CarouselConfig

data class CarouselConfig(val showControls: Boolean, val shouldAutoScroll: Boolean, val autoScrollInterval: Double)

Constructors

Link copied to clipboard
constructor(showControls: Boolean, shouldAutoScroll: Boolean, autoScrollInterval: Double)

Properties

Link copied to clipboard

The time (in seconds) after which the carousel will auto-scroll once rendered on screen

Link copied to clipboard

Whether the carousel should automatically scroll

Link copied to clipboard

Whether the user-interface controls should be rendered for this block