Documentation for genericForm

Hi anyone know if there is more documentation on genericForm other than this from the api doc:

“Creates a form containing various input objects. Can be used to display a settings page for an app, for example. This is a useful shortcut for creating a page with many elements, without having to manually define and position each element.”

For example I’m attempting to have an Item in the form with ‘inputType’ other that ‘numeric’. In the provided sample only ‘numeric’ is used. I would like to know what are the possible values that I can use here.

thanks in advance

Wallnut

I think you’re looking for the list of input types? Although, I should probably add an example of each of those input types to the genericFormExample in order to have something that users can just run out of the box and see all the parts of the form.