NameSpec
data class NameSpec(val apiPath: IdentifierSpec = IdentifierSpec.Name, val labelTranslationId: TranslationId = TranslationId.AddressName) : FormItemSpec
Content copied to clipboard
Constructors
Link copied to clipboard
fun NameSpec(apiPath: IdentifierSpec = IdentifierSpec.Name, labelTranslationId: TranslationId = TranslationId.AddressName)
Content copied to clipboard
Functions
Link copied to clipboard
fun transform(initialValues: Map<IdentifierSpec, String?>): SectionElement
Content copied to clipboard