Frederik Wagner
Frederik Wagner
Unfortunately I am unable to reproduce your issue. Here is what I've tried: https://stackblitz.com/edit/vitejs-vite-c3bey8?file=src%2FApp.vue Can you verify you're doing the same? Specifically that you have added this: `new BaklavaInterfaceTypes(editor, {...
So as far as I understand, this is how the target is determined for the different parts: | Command | App | Deps | | ---------- | ---- | -----...
I have reopened this issue to remind me that I need to improve the documentation regarding this feature
Not sure if I understand this correctly, but here is the implementation in Baklava: https://github.com/newcat/baklavajs/blob/master/packages/renderer-vue/src/editor/Background.vue Feel free to copy this to your application and adjust it as needed.
Not sure what you want to achieve. BaklavaJS doesn't care about the "type of your type", i.e. the type of your payload. Your node interfaces can hold values of any...