DashboardTableCellStyleArgs

data class DashboardTableCellStyleArgs(val backgroundColor: Output<String>? = null, val border: Output<DashboardGlobalTableBorderOptionsArgs>? = null, val fontConfiguration: Output<DashboardFontConfigurationArgs>? = null, val height: Output<Double>? = null, val horizontalTextAlignment: Output<DashboardHorizontalTextAlignment>? = null, val textWrap: Output<DashboardTextWrap>? = null, val verticalTextAlignment: Output<DashboardVerticalTextAlignment>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardTableCellStyleArgs>

Constructors

Link copied to clipboard
fun DashboardTableCellStyleArgs(backgroundColor: Output<String>? = null, border: Output<DashboardGlobalTableBorderOptionsArgs>? = null, fontConfiguration: Output<DashboardFontConfigurationArgs>? = null, height: Output<Double>? = null, horizontalTextAlignment: Output<DashboardHorizontalTextAlignment>? = null, textWrap: Output<DashboardTextWrap>? = null, verticalTextAlignment: Output<DashboardVerticalTextAlignment>? = null, visibility: Output<DashboardVisibility>? = null)

Functions

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

Properties

Link copied to clipboard
val backgroundColor: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Output<Double>? = null
Link copied to clipboard
val textWrap: Output<DashboardTextWrap>? = null
Link copied to clipboard
Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null