How to check if click event trigger from some view?

Please check the snippet , thanks

http://webix.com/snippet/0a75c013

This is global onClick event, it occurs for any click action in the app

You can locate the clicked view here, though it is more common to use per-component onItemClick events.

http://webix.com/snippet/c68aaebe