nonRepeatingVisuals

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


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