sectionalElements

@JvmName(name = "nufeelgbxojmxnlw")
suspend fun sectionalElements(value: Output<Map<String, FormSectionalElementArgs>>)
@JvmName(name = "ioomvpdjgebbhcdv")
suspend fun sectionalElements(value: Map<String, FormSectionalElementArgs>?)

Parameters

value

The configuration information for the visual helper elements for the form. These elements are not associated with any data.


@JvmName(name = "plincdljqkbavnbx")
suspend fun sectionalElements(vararg argument: Pair<String, suspend FormSectionalElementArgsBuilder.() -> Unit>)

Parameters

argument

The configuration information for the visual helper elements for the form. These elements are not associated with any data.


@JvmName(name = "gfgqokxtnracbysj")
fun sectionalElements(vararg values: Pair<String, FormSectionalElementArgs>)

Parameters

values

The configuration information for the visual helper elements for the form. These elements are not associated with any data.