Custom component interface documentation
Can you please explain this interface and how app/component interact with each other?
https://github.com/windmill-labs/windmill-custom-component-template/blob/553d10449adec81086765efc26d362548b45a011/src/global.d.ts
After reviewing the code, I understand there's a data exchange mechanism between the app and the component. However, it's unclear how to define component actions for use within the editor. Additionally, guidance on setting up events emitted by the component, which the editor can respond to, would be helpful.
Thank you for your hard work