TemplateFilterTextAreaControl

data class TemplateFilterTextAreaControl(val delimiter: String? = null, val displayOptions: TemplateTextAreaControlDisplayOptions? = null, val filterControlId: String, val sourceFilterId: String, val title: String)

Constructors

Link copied to clipboard
constructor(delimiter: String? = null, displayOptions: TemplateTextAreaControlDisplayOptions? = null, filterControlId: String, sourceFilterId: String, title: String)

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.

Link copied to clipboard

The ID of the FilterTextAreaControl .

Link copied to clipboard

The source filter ID of the FilterTextAreaControl .

Link copied to clipboard

The title of the FilterTextAreaControl .