SectionElement
data class SectionElement(val identifier: IdentifierSpec, val fields: List<SectionFieldElement>, val controller: SectionController) : FormElement
Constructors
Link copied to clipboard
constructor(identifier: IdentifierSpec, fields: List<SectionFieldElement>, controller: SectionController)