Dynamic change inputs outputs properties
See original GitHub issueI want to change the dynamic properties of inputs outputs i refer to this change my program to this:
inputs: function (){
return 1;
}
but this has no effect,the node becomes no input, like the image below:
I wonder if there are other ways?
Node-RED version:v0.19.5 node.js version:v8.11.1 npm version:6.0.0 Platform/OS:macOS Sierra 10.12.6 Browser:Google Chrome 72.0.3626.81 (64-bit)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Is it possible to dynamically set a components @Input at ...
Thankfully my IDE was able to tell me that : ComponentRef.instance has the following properties: inputs : string[]; outputs : string[]. However ...
Read more >Chapter 10 Dynamic UI
In this chapter, you'll learn how to create dynamic user interfaces, changing the UI using code run in the server function. There are...
Read more >Dynamical Structure and Spectral Properties of Input- ...
We associate a dynamical system with input-output networks and study its spectral properties. Specifically, we develop a dynamic production ...
Read more >Dynamic Input and output - Designer
Hi, How to make the input source & output dest properties in dynamical way ? For instance, can we saved all input and...
Read more >Dynamic inputs - AWS Elemental MediaLive
You can set up a multiple-input channel with static and dynamic file inputs. You can then use the input switching feature of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As it happens it can be done… See the email node https://github.com/node-red/node-red-nodes/blob/master/social/email/61-email.html#L257 and around line 291 However - it is not fully supported yet and can render badly on workspace - but will be fixed/supported in the next version (0.20).
But yes - please use the forum for general how-to questions. Thanks
Also as pointed out in the contribution guidelines (and the template you removed) please ask questions on Slack/Forum/Stack Overflow, issues are for code defect.