UNPKG
autograph
Version:
latest (0.1.5)
0.1.5
0.1.0
A visual data routing automation tool.
github.com/jbeuckm/AutoGraph
jbeuckm/AutoGraph
autograph
/
src
/
components
/
models
/
EchoComponent.js
17 lines
(12 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var
EchoComponent = BaseComponent.
extend
({
label
:
"echo"
,
inputs
: {
value
: {
name
:
"value"
,
description
:
"Set the value of the component."
} },
outputs
: {
output
: {
name
:
"output"
} } });