rete
rete copied to clipboard
JavaScript framework for visual programming
Hello, I'm creating a customized node that expands and I added a scrollbar to it by setting the `max-height` and `overflow-y = auto` of the content class. I want to...
Every time a line is connected between components, an invisible div is created 
Ability to add control(s) to Output of the node just like the Input? This would be useful
Original Post: https://stackoverflow.com/q/63490698/8271526 I think, i have same question with him. --- What I want is to make Rete.Component build with dynamic data (etc. inputs/outputs scheme) from server, and my...
How to removeListener on editor. ```js useEffect(()=> { const handler = ()=>console.log('its duplicate'); editor.on('process', handler); return() { /* Maybe u can add `off` function to remove previous listener */ editor.off('process',...
Hi @Ni55aN can you or someone else tell me how to update node.data with a redux state? What I'm trying to do is to have like an Inspector component (react)...
Tell me, is there an easy way to implement custom design for different nodes?
The methods `equal`, `notEqual` and others are deprecated since node v9.9. It does not change any of the functionality but decreases the warnings a bit. I would add a PR...
I was trying to use the `mutliselectnode` event which admittedly doesn't appear to be documented but it seems to be in the codebase and I've seen it in a few...