peepee
Version:
Visual Programming Language Where You Connect Ports Of One EventEmitter to Ports Of Another EventEmitter
48 lines (41 loc) • 863 B
JSON
{
"id": "signals/combine-latest",
"name": "Combine Latest",
"description": "Combines the latest values from multiple signals into a single signal.",
"category": "signals",
"subcategory": "operators",
"node": {
"icon": "broadcast",
"inputs": [
{
"id": "input",
"name": "Input Value",
"description": "Value to set",
"allow": ["applicaion/javascript+string"]
}
],
"outputs": [
{
"id": "output",
"name": "Signal",
"description": "This signal"
}
],
"properties": [
{
"name": "value",
"type": "textarea",
"label": "Value",
"description": "value of the signal"
}
]
},
"files": {
"main": "index.js",
"gui": "gui.js",
"documentation": "README.md"
},
"engines": {
"*": "*"
}
}