visuals

@JvmName(name = "qyphgvjywavwykoc")
suspend fun visuals(value: Output<List<TemplateVisualArgs>>)
@JvmName(name = "grmlygxoowsxlyfj")
suspend fun visuals(value: List<TemplateVisualArgs>?)

Parameters

value

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.


@JvmName(name = "pvikwfdopwejxphe")
suspend fun visuals(vararg values: Output<TemplateVisualArgs>)


@JvmName(name = "dikfdjhmlkgbxphy")
suspend fun visuals(values: List<Output<TemplateVisualArgs>>)
@JvmName(name = "vggrqahdlsxnqpfc")
suspend fun visuals(vararg values: TemplateVisualArgs)

Parameters

values

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.


@JvmName(name = "vrjjgnfehqpnjegw")
suspend fun visuals(argument: List<suspend TemplateVisualArgsBuilder.() -> Unit>)
@JvmName(name = "efrbjxuylgojvhgw")
suspend fun visuals(vararg argument: suspend TemplateVisualArgsBuilder.() -> Unit)
@JvmName(name = "hktuflmoulllkrdt")
suspend fun visuals(argument: suspend TemplateVisualArgsBuilder.() -> Unit)

Parameters

argument

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.