Documentation / @zerotal/inertia / ScrollConfig
Interface: ScrollConfig
Defined in: inertia/src/props/PropTypes.ts:198
The scrollProps config emitted per infinite-scroll prop.
Properties
pageName
pageName:
string
Defined in: inertia/src/props/PropTypes.ts:199
previousPage
previousPage:
number|null
Defined in: inertia/src/props/PropTypes.ts:200
nextPage
nextPage:
number|null
Defined in: inertia/src/props/PropTypes.ts:201
currentPage
currentPage:
number|null
Defined in: inertia/src/props/PropTypes.ts:202