Index

@Serializable
@SerialName(value = "Index")
data class Index(val index: Int) : OnPageChangedEventTrigger.Direction

Matches landing on exactly index.

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
@SerialName(value = "index")
val index: Int

the page/item index this matches.