FormFlicker

fun FormFlicker(@Json(name = namename: String, @Json(name = valuevalue: String, @Json(name = codecode: List<List<String>>, @Json(name = labellabel: String, @Json(name = validationvalidation: String, @Json(name = invalidinvalid: Boolean, @Json(name = failed_validation_rulesfailedValidationRules: Any, @Json(name = validation_errorvalidationError: String)

Parameters

name

The name of the form element

value

The set value of the form element

code

The actual flicker image as an array representation (0 = black bar, 1 = white bar)

label

The label of the form element

validation

List of validation rules, concatenated with a pipe character

invalid

Indicates whether the validation of the element failed

failedValidationRules

A list of failed validation rules (concatenated with a pipe character)

validationError

The validation error (human readable)