Can component props support object types?

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

Elton Morais : There’s no object type on components?

Sergio Rodriguez : Hey, object is not listed there. But you can use it, it won’t dive you an error when you pd dev nor pd publish. Object type array not supported though and throws out error. For arrays you’d want to input an string and then JSON.parse

Elton Morais : indeed… I had tried object[] .

Dylan Sather (Pipedream) : I just documented this, thanks for letting us know Elton: Adding object prop type by dylburger · Pull Request #1266 · PipedreamHQ/pipedream · GitHub