Dashboard Table Field Custom Text Content
data class DashboardTableFieldCustomTextContent(val fontConfiguration: DashboardFontConfiguration, val value: String? = null)
Constructors
Link copied to clipboard
fun DashboardTableFieldCustomTextContent(fontConfiguration: DashboardFontConfiguration, value: String? = null)