DashboardFontSizeArgs

data class DashboardFontSizeArgs(val absolute: Output<String>? = null, val relative: Output<DashboardRelativeFontSize>? = null) : ConvertibleToJava<DashboardFontSizeArgs>

Constructors

Link copied to clipboard
constructor(absolute: Output<String>? = null, relative: Output<DashboardRelativeFontSize>? = null)

Properties

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

String based length that is composed of value and unit in px

Link copied to clipboard
val relative: Output<DashboardRelativeFontSize>? = null

The lexical name for the text size, proportional to its surrounding context.

Functions

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