Carousel.interactive

bool interactive() @property

Get interactive property.

Returns

Whether the carousel can be navigated.

This can be used to temporarily disable the carousel to only allow navigating it in a certain state.

void interactive(bool propval) @property

Set interactive property.

Parameters

propvalWhether the carousel can be navigated. This can be used to temporarily disable the carousel to only allow navigating it in a certain state.