Form Ticket
data class FormTicket(val formName: String, val formNameI18n: String, val formAttribute: String, val formInputType: String, val values: List<SelectValue>? = null, val value: String? = null, val mandatory: Boolean) : Parcelable
Properties
Link copied to clipboard
the type of the field
Link copied to clipboard
the type of the input (text, select, image, sound)
Link copied to clipboard
is the key to search for the translation in the i18n file
Link copied to clipboard
the values for the select input. Are optional and are sent by te server. When save a ticket is required sent only the SelectValue with selected to true