Join Slack
Powered by
Hey Hey :slightly_smiling_face: Is it possible to...
# ask-community
m
Michael Michael
07/18/2023, 7:28 AM
Hey Hey 🙂 Is it possible to add some kind of description to the flow parameters, so that for example in the Ui you can see which values are allowed. For Example: @ flow def flow_with_params(param1, param2): ...
d
Deceivious
07/18/2023, 8:31 AM
Type hints
Deceivious
07/18/2023, 8:32 AM
@ flow def flow_with_params(param1:str, param2:int):
👍 1
Deceivious
07/18/2023, 8:32 AM
Description; i am not sure of
Open in Slack
Previous
Next