retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.06k stars 652 forks source link

Hi, what could this function do? #214

Closed juliandavidmr closed 5 years ago

juliandavidmr commented 5 years ago

https://github.com/retejs/rete/blob/54af9dbbf63d32fd66df45a4e8f52810a626f1c9/src/component.js#L14

Ni55aN commented 5 years ago

This function must create and add inputs/controls/outputs to the Node instance

juliandavidmr commented 5 years ago

I guess it's similar to build(node: Node) function. right?

Ni55aN commented 5 years ago

The build() is a decorator over builder()