Where Can I Find a List of All Possible "Type" Values in the "Configurable_props" in the Documentation?

This topic was automatically generated from Slack. You can find the original thread here.

Hi, is there anywhere in your docs which lists out all the possible “type” values in the “configurable_props”? We are starting to build out the UI on our end so the user can configure these values but have no idea how many different types exist.

Check out the Prop Types here: https://pipedream.com/docs/components/contributing/api/#props

thanks

for these props circled in yellow…we’re not sure what is required on our end in terms of the UI. Is there anywhere where this is specified?

I’m assuming $.intergace.timer requires something like this where the user sets an int, a time unit, and a timezone?

Are you using connect-react?

Or rolling your own frontend?

our own frontend, but was not aware of connect-react

checking it out now

It abstracts some of the complexity for you, and is what’s powering this demo app: https://pipedream-connect-demo.vercel.app/