DropdownSpec
data class DropdownSpec( val apiPath: IdentifierSpec, val labelTranslationId: TranslationId, val items: List<DropdownItemSpec>) : FormItemSpec
Content copied to clipboard
Constructors
Link copied to clipboard
fun DropdownSpec( apiPath: IdentifierSpec, labelTranslationId: TranslationId, items: List<DropdownItemSpec>)
Content copied to clipboard
Functions
Link copied to clipboard
fun transform(initialValues: Map<IdentifierSpec, String?> = mapOf()): SectionElement
Content copied to clipboard