This message was deleted.
# automation-api
s
This message was deleted.
w
You main program would export them like you would for other outputs.
c
I guess I assumed that if I exported them within the component I would be able to get those exports from the main stack, but I can't find a way to do that. Instead I just added them to the component object
b
You would just declare them as properties of the component and assign the outputs to them in the component constructor either before or after you register them.