This can be used to temporarily disable the carousel to only allow navigating it in a certain state.
Carousel.interactive
bool interactive() @propertyGet interactive property.
Returns
Whether the carousel can be navigated.
void interactive(bool propval) @propertySet interactive property.
Parameters
propval | Whether the carousel can be navigated. This can be used to temporarily disable the carousel to only allow navigating it in a certain state. |