DashboardDefaultTextAreaControlOptions

data class DashboardDefaultTextAreaControlOptions(val delimiter: String? = null, val displayOptions: DashboardTextAreaControlDisplayOptions? = null)

Constructors

Link copied to clipboard
constructor(delimiter: String? = null, displayOptions: DashboardTextAreaControlDisplayOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null

The delimiter that is used to separate the lines in text.

Link copied to clipboard

The display options of a control.