TemplateTableFieldOption

data class TemplateTableFieldOption(val customLabel: String? = null, val fieldId: String, val urlStyling: TemplateTableFieldUrlConfiguration? = null, val visibility: TemplateVisibility? = null, val width: String? = null)

Constructors

Link copied to clipboard
constructor(customLabel: String? = null, fieldId: String, urlStyling: TemplateTableFieldUrlConfiguration? = null, visibility: TemplateVisibility? = null, width: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null

The custom label for a table field.

Link copied to clipboard

The field ID for a table field.

Link copied to clipboard

The URL configuration for a table field.

Link copied to clipboard

The visibility of a table field.

Link copied to clipboard
val width: String? = null

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