OnClick Node JS
object.onclick = function() {
console.log("Clicked!");
};
Aqua
object.onclick = function() {
console.log("Clicked!");
};