FormButtonArgs

data class FormButtonArgs(val children: Output<String>? = null, val excluded: Output<Boolean>? = null, val position: Output<Any>? = null) : ConvertibleToJava<FormButtonArgs>

Constructors

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

Properties

Link copied to clipboard
val children: Output<String>? = null

Describes the button's properties.

Link copied to clipboard
val excluded: Output<Boolean>? = null

Specifies whether the button is visible on the form.

Link copied to clipboard
val position: Output<Any>? = null

The position of the button.

Functions

Link copied to clipboard
open override fun toJava(): FormButtonArgs