Currently, no event parameter is passed to the onClick function.
In this way it's not possible to access any of the event properties, control the event propagation and have the extra flexibility that comes from passing that parameter.
Would it be possible to do that?