visuals

@JvmName(name = "epjqerkrwjovakkj")
suspend fun visuals(value: Output<List<DashboardVisualArgs>>)
@JvmName(name = "jioiwbrvowcyovyv")
suspend fun visuals(value: List<DashboardVisualArgs>?)

Parameters

value

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


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


@JvmName(name = "wkikhoctibhdonch")
suspend fun visuals(values: List<Output<DashboardVisualArgs>>)
@JvmName(name = "lfuodtpplpnglikf")
suspend fun visuals(vararg values: DashboardVisualArgs)

Parameters

values

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


@JvmName(name = "jvrqtdvvrgoeosgy")
suspend fun visuals(argument: List<suspend DashboardVisualArgsBuilder.() -> Unit>)
@JvmName(name = "uwwkfryaqqpremcv")
suspend fun visuals(vararg argument: suspend DashboardVisualArgsBuilder.() -> Unit)
@JvmName(name = "yvpbgocnevqnkjhr")
suspend fun visuals(argument: suspend DashboardVisualArgsBuilder.() -> Unit)

Parameters

argument

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