DashboardTableFieldCustomTextContent

data class DashboardTableFieldCustomTextContent(val fontConfiguration: DashboardFontConfiguration, val value: String? = null)

Constructors

Link copied to clipboard
constructor(fontConfiguration: DashboardFontConfiguration, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The font configuration of the custom text content for the table URL link content.

Link copied to clipboard
val value: String? = null

The string value of the custom text content for the table URL link content.