FormMultiElements

data class FormMultiElements(@Json(name = labellabel: String, @Json(name = valuevalue: String, @Json(name = elementselements: List<FormBase>)

Parameters

label

The label of the element

value

The value of the form element

elements

Array containing the nested elements

Constructors

FormMultiElements
Link copied to clipboard
fun FormMultiElements(@Json(name = labellabel: String, @Json(name = valuevalue: String, @Json(name = elementselements: List<FormBase>)
The label of the element

Properties

elements
Link copied to clipboard
var elements: List<FormBase>
Array containing the nested elements
label
Link copied to clipboard
var label: String
The label of the element
value
Link copied to clipboard
var value: String
The value of the form element