FormMulti

data class FormMulti(@Json(name = namename: String, @Json(name = selectedselected: String, @Json(name = elementselements: List<FormMultiElements>) : FormNameBase

Parameters

name

The name of the form element

selected

Name of the selected element (value of one of the nested elements)

elements

Array containing the nested elements

Constructors

FormMulti
Link copied to clipboard
fun FormMulti(@Json(name = namename: String, @Json(name = selectedselected: String, @Json(name = elementselements: List<FormMultiElements>)
The name of the form element

Properties

elements
Link copied to clipboard
var elements: List<FormMultiElements>
Array containing the nested elements
name
Link copied to clipboard
open override var name: String
The name of the form element
selected
Link copied to clipboard
var selected: String
Name of the selected element (value of one of the nested elements)