Open dkrawiec opened 8 years ago
Do we want to add some kind of parameters like int, double, boolean or string in order to somehow parametrize the flow?
It could be implemented as some kind of events published at the start of flow processing in a similar way to image.
Event could look something like this: { "key":"targetBrightness", "value":50 }
@kmisztal @annadobrowolska @pchachaj @tomczylok
I think that it would be helpfull in GUI realization of plugin input/output parameters.
Do we want to add some kind of parameters like int, double, boolean or string in order to somehow parametrize the flow?
It could be implemented as some kind of events published at the start of flow processing in a similar way to image.
Event could look something like this: { "key":"targetBrightness", "value":50 }
@kmisztal @annadobrowolska @pchachaj @tomczylok