ScrollableModeChanged

data class ScrollableModeChanged(val isScrollable: Boolean) : ThumbnailBarEvent

Scrollable mode changed.

Parameters

isScrollable

Whether scrollable mode is enabled

Constructors

Link copied to clipboard
constructor(isScrollable: Boolean)

Properties

Link copied to clipboard