Skip to content

Form Elements

Pratyush Kumar edited this page Dec 27, 2022 · 4 revisions

Supported Element Types

uiType = "Input"

Defines a text input element.

Schema:

{
  "sort": someNumber
  "uiType": "Input",
  "jsonKey": "someValue",
  "label": "Name of the field to be displayed",
  ""
}
Clone this wiki locally