Hello,
What is the correct type for the click event on a mapview, e.g.
// what is the type of the event object sent to executeIdentify function?
view.on("click", executeIdentify);
// should it be:
function executeIdentify(event:__esri.ViewClickEvent) {
// implementation here
}