UNPKG

autograph

Version:

A visual data routing automation tool.

17 lines (12 loc) 258 B
var EchoComponent = BaseComponent.extend({ label: "echo", inputs: { value: { name: "value", description: "Set the value of the component." } }, outputs: { output: {name: "output"} } });