Webix Filemanager Contextmenu ReactJS

Hey there,
how can the right click context menu of the filemanager be edited, or how can the onClick event of the pre-defined items e.g. create folder be changed?

Hello,
To have a possibility of editing the contextMenu, you need to use getMenu method
Please check the sample

Great, thanks!