FormObject

data class FormObject(@Json(name = namename: String, @Json(name = elementselements: List<FormBase>)

Contains the form objects

Parameters

name

???

elements

Contains the elements of the form. Can contain any of 'Form.Element'

Constructors

FormObject
Link copied to clipboard
fun FormObject(@Json(name = namename: String, @Json(name = elementselements: List<FormBase>)
???

Properties

elements
Link copied to clipboard
var elements: List<FormBase>
Contains the elements of the form.
name
Link copied to clipboard
var name: String
???