Params fields

These are the available field types:

Field typeDescription

Checkbox

Params Checkbox field

Input

Params Input field

Select

Params Select field

Separator

Params Separator field

Suggestbox

Params Suggestbox field

Text

Params Text field

TextArea

Params TextArea field

 Some field types can have children elements, validator or option elements. This hierarchy is permitted:

  • params form
    • Checkbox
      • Validator
    • Input
      • Validator
    • Select
      • Option
      • Validator
    • Separator
    • Suggestbox
      • Validator
    • Text
    • TextArea
      • Validator