SimpleOverflow

data class SimpleOverflow(val readingProgression: ReadingProgression, val scroll: Boolean, val axis: Axis) : OverflowableNavigator.Overflow

Constructors

Link copied to clipboard
constructor(readingProgression: ReadingProgression, scroll: Boolean, axis: Axis)

Properties

Link copied to clipboard
open override val axis: Axis

Main axis along which the resources are laid out.

Link copied to clipboard

Horizontal direction of progression across resources.

Link copied to clipboard
open override val scroll: Boolean

If the overflow of the content is managed through scroll instead of pagination.