FormCtaArgs

data class FormCtaArgs(val cancel: Output<FormButtonArgs>? = null, val clear: Output<FormButtonArgs>? = null, val position: Output<FormButtonsPosition>? = null, val submit: Output<FormButtonArgs>? = null) : ConvertibleToJava<FormCtaArgs>

Constructors

Link copied to clipboard
fun FormCtaArgs(cancel: Output<FormButtonArgs>? = null, clear: Output<FormButtonArgs>? = null, position: Output<FormButtonsPosition>? = null, submit: Output<FormButtonArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val cancel: Output<FormButtonArgs>? = null
Link copied to clipboard
val clear: Output<FormButtonArgs>? = null
Link copied to clipboard
val position: Output<FormButtonsPosition>? = null
Link copied to clipboard
val submit: Output<FormButtonArgs>? = null