ThemeValueArgs

data class ThemeValueArgs(val children: Output<List<ThemeValuesArgs>>? = null, val value: Output<String>? = null) : ConvertibleToJava<ThemeValueArgs>

Constructors

Link copied to clipboard
constructor(children: Output<List<ThemeValuesArgs>>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val children: Output<List<ThemeValuesArgs>>? = null

A list of key-value pairs that define the theme's properties.

Link copied to clipboard
val value: Output<String>? = null

The value of a theme property.

Functions

Link copied to clipboard
open override fun toJava(): ThemeValueArgs