I’ve got a case where we have a node editor containing an editableList. The first column of the editableList contains a dropdown / select of all the FooConfigNode instances This is easy enough to populate by filtering from RED.nodes.eachConfig, but I would also like to be able to create a FooConfigNode by adding a “Create New FooConfig“ button to the bottom of the editableList.Is there a way to trigger opening a new editor for the FooConfigNode type or maybe even opening the editor for a specific FooConfigNode instance? I had a look through RED.editor... but I suspect that this might be part of the undocumented API.
Any hints or tips that could point me in the right direction?
I know it is not related to your issue but i would like to let you know i created a framework to write nodes and you could help finding issues if you develop your custom nodes using it
It allows you to author nodes using current web dev tooling and use vue 3 to write your node forms. I need non biased people to try it and find issues that i cant see. There is no editableList vue component in the core yet, but you could add it with a PR in the above repo.