Hi, I tried the onPageChange on a pager object and it never fires. couldn't find any examples on the web.
{
"type": "Pager",
"width": "100vw",
"height": "100vh",
"navigation": "wrap",
"data": "${payload.project.items}",
"onPageChange": {
"type": "SendEvent",
"arguments": [
"slideChangeEv"
]
},
"item":[
{
"type": "projectSlide",
"title": "${payload.project.projectName} / ${data.title}",
"indexOf": "${index+1}/${length}",
"imgUrl": "${data.imgUrl}"
}
]
}