DashboardTableCellStyle

data class DashboardTableCellStyle(val backgroundColor: String? = null, val border: DashboardGlobalTableBorderOptions? = null, val fontConfiguration: DashboardFontConfiguration? = null, val height: Double? = null, val horizontalTextAlignment: DashboardHorizontalTextAlignment? = null, val textWrap: DashboardTextWrap? = null, val verticalTextAlignment: DashboardVerticalTextAlignment? = null, val visibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
fun DashboardTableCellStyle(backgroundColor: String? = null, border: DashboardGlobalTableBorderOptions? = null, fontConfiguration: DashboardFontConfiguration? = null, height: Double? = null, horizontalTextAlignment: DashboardHorizontalTextAlignment? = null, textWrap: DashboardTextWrap? = null, verticalTextAlignment: DashboardVerticalTextAlignment? = null, visibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Double? = null
Link copied to clipboard
Link copied to clipboard