Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.event.trigger.triggers
/
OnPageChangedEventTrigger
/
Direction
/
Index
Index
@
Serializable
@
SerialName
(
value
=
"Index"
)
data
class
Index
(
val
index
:
Int
)
:
OnPageChangedEventTrigger.Direction
Matches landing on exactly
index
.
Members
Constructors
Index
Link copied to clipboard
constructor
(
index
:
Int
)
Properties
index
Link copied to clipboard
@
SerialName
(
value
=
"index"
)
val
index
:
Int
the page/item index this matches.