onObjectClicked
Type: function(object)
Fired when the user clicks on an object. The clicked object is passed in as a parameter.
Passing in this callback disables selection confirmation prompt on mobile, essentially not showing the popover with potentially useful information to the user. You can override this behavior via the confirmSelection
setting in objectPopover
.
Note
This event is fired even if the object in question was not selectable. To handle only valid object selections, use onObjectSelected instead.