previewImagesDarks

@JvmName(name = "xabjujgtvogokmnv")
suspend fun previewImagesDarks(value: Output<List<String>>)
@JvmName(name = "ysjcqskomlgjvsqg")
suspend fun previewImagesDarks(value: List<String>?)

Parameters

value

Specifies a list of preview image file names used for dark theme. These will be taken from solution artifacts.


@JvmName(name = "pvubcwxpwcrjlahm")
suspend fun previewImagesDarks(vararg values: Output<String>)


@JvmName(name = "kvoxkgcufxbnvtwg")
suspend fun previewImagesDarks(values: List<Output<String>>)
@JvmName(name = "hlvanbxpijjhiqrn")
suspend fun previewImagesDarks(vararg values: String)

Parameters

values

Specifies a list of preview image file names used for dark theme. These will be taken from solution artifacts.