nonRepeatingVisuals

@JvmName(name = "ctmaxvsexlkwalmf")
suspend fun nonRepeatingVisuals(value: Output<List<String>>)
@JvmName(name = "vmkxfcvdwqxqhupg")
suspend fun nonRepeatingVisuals(value: List<String>?)

Parameters

value

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.


@JvmName(name = "crnfifswatpvmlug")
suspend fun nonRepeatingVisuals(vararg values: Output<String>)


@JvmName(name = "faypxaxufhntbkmt")
suspend fun nonRepeatingVisuals(values: List<Output<String>>)
@JvmName(name = "ivcrudyuivosijff")
suspend fun nonRepeatingVisuals(vararg values: String)

Parameters

values

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.