nonRepeatingVisuals

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


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