hello prefect team, hello community, some flow par...
# ask-community
j
hello prefect team, hello community, some flow parameter types are displayed with additional interaction elements on the flow run submission page (arrow up/down for int, dropdown menu for Literal, calendar for datetime, etc.), which is extremely nice. Is there any documentation available that lists the datatypes that have such a special UI representation?
s
Currently no documentation on the different types, but any pydantic model that you pass in will have a nice interaction element, the basic library types fall under this bucket as well