Your listener id (must be unique for all mouseover events)
Your listener function
// Each time map is clicked, and the mousover content has been calculated
JMap.Event.MouseOver.on.afterContentProcessed("my-listener", params => {
console.log("Mouseover content has been processed", params.content)
})
JMap.Event.MouseOver.on.afterContentProcessed
This event is triggered when the map has been clicked, after the mouseover content has been calculated.