FormImage

data class FormImage(@Json(name = datadata: String, @Json(name = labellabel: String) : FormBase

Parameters

data

The base64 encoded image

label

The label of the form element

Constructors

FormImage
Link copied to clipboard
fun FormImage(@Json(name = datadata: String, @Json(name = labellabel: String)
The base64 encoded image

Properties

data
Link copied to clipboard
var data: String
The base64 encoded image
label
Link copied to clipboard
var label: String
The label of the form element