Very simply.
//events.js
export function wixChat_onMessage(event) { console.log(event); }
Wix Blocks says its supports events.js but its not the case.
Did you get any answer on this? I’ve tried the wixEcom_onCartCreated(event) and it is not fired on the WixBlocks as well…
I believe I’ve found the solution, at least for WixStore, you need to configure on the Wixblock app dash permission to the WixStore and then the event is fired.