FormHelpText

data class FormHelpText(@Json(name = titletitle: String, @Json(name = texttext: String) : FormBase

Parameters

title

The title of the form element

text

The text of the form element

Constructors

FormHelpText
Link copied to clipboard
fun FormHelpText(@Json(name = titletitle: String, @Json(name = texttext: String)
The title of the form element

Properties

text
Link copied to clipboard
var text: String
The text of the form element
title
Link copied to clipboard
var title: String
The title of the form element