noflo-canvas
noflo-canvas copied to clipboard
MakePoint receives number, array but not "inline arrays"
MakeRange 0..10 => X MakePoint works as well 100 => X MakePoint but [0,50,100] => X MakePoint doesn't. Sounds that's ok on MakePoint.coffee. The same to arcs, rectangles and other "primatives".
How to support both number and array in inPorts/outPorts? It works checking inPorts/outPorts type but it's reflected on UI, right @forresto?
"Inline array" from node inspector, or JSON?
With the node inspector we would have to hack noflo-ui to support multiple types. But we should have a mechanism there for custom input widgets anyhow. Especially point objects are a pain to type.
From the node inspector. Should we open an issue on noflo-ui about "custom input widgets"?
A larger question here: https://github.com/noflo/noflo-ui/issues/184