Tabbar button context menu

Is there ability to add context menu to tabbar button in tabview?
And if no, can I use button_id attribute to search necessary dom nodes for context menu?
As I understand you use attributes %type%_id to define widgets from different events. Can I safety use the same approach?

@sergeyplishka
if you want to add context menu to extrabars button, check this
https://snippet.webix.com/ccl2czxt
you can use the same approach to add context menu to other buttons.

Thank you!