Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container with the same Key for input and output #26

Closed
ghost opened this issue Nov 14, 2018 · 1 comment
Closed

Container with the same Key for input and output #26

ghost opened this issue Nov 14, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 14, 2018

Is it possible to have a container that gets an input key, process it and set it as an output key?
The idea is having number of containers processing the same parameter and passing it between them.
Process A edits a key, passes it to process B (in some cases to C), and then next time A is reached it will use again the same key and edit it.

Thank you for the help.

@pschillinger
Copy link
Member

Yes, this is totally possible and quite common. Simply define an input key and an output key for the respective container and map them to the same name (in the properties-panel of the container in the editor).

@ghost ghost closed this as completed Dec 23, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant