PageProgressionTimelinePositionData

data class PageProgressionTimelinePositionData(val offset: Double, val pageIndex: Int)

Describes a position within a PageProgressionTimeline

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

A value between 0 and 1 describing the offset within the page.

Link copied to clipboard

The zero-based page index.