DropdownSpec
data class DropdownSpec(val apiPath: IdentifierSpec, val labelTranslationId: TranslationId, val items: List<DropdownItemSpec>) : FormItemSpec
Constructors
Link copied to clipboard
fun DropdownSpec(apiPath: IdentifierSpec, labelTranslationId: TranslationId, items: List<DropdownItemSpec>)