SectionSpec
data class SectionSpec( val api_path: IdentifierSpec, val fields: List<SectionFieldSpec>, @StringRes val title: Int? = null) : FormItemSpec, RequiredItemSpec, Parcelable
Content copied to clipboard
This represents a section in a form that contains other elements
Constructors
Link copied to clipboard
fun SectionSpec( identifier: IdentifierSpec, field: SectionFieldSpec, title: Int? = null)
Content copied to clipboard
Link copied to clipboard
fun SectionSpec( api_path: IdentifierSpec, fields: List<SectionFieldSpec>, @StringRes title: Int? = null)
Content copied to clipboard