FormButton

data class FormButton(val children: String? = null, val excluded: Boolean? = null, val position: Any? = null)

Constructors

Link copied to clipboard
constructor(children: String? = null, excluded: Boolean? = null, position: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val children: String? = null

Describes the button's properties.

Link copied to clipboard
val excluded: Boolean? = null

Specifies whether the button is visible on the form.

Link copied to clipboard
val position: Any? = null

The position of the button.