nonRepeatingVisuals

@JvmName(name = "pvxbwlkycfagapuv")
suspend fun nonRepeatingVisuals(value: Output<List<String>>)
@JvmName(name = "bpdrtxuoejdftxdi")
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 = "jrpysvjvjhsyuxxl")
suspend fun nonRepeatingVisuals(vararg values: Output<String>)


@JvmName(name = "pknlxddcydgqvnue")
suspend fun nonRepeatingVisuals(values: List<Output<String>>)
@JvmName(name = "mslwjerqmpacxkhv")
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.