TemplateFilterTextFieldControl

data class TemplateFilterTextFieldControl(val displayOptions: TemplateTextFieldControlDisplayOptions? = null, val filterControlId: String, val sourceFilterId: String, val title: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The ID of the FilterTextFieldControl .

Link copied to clipboard

The source filter ID of the FilterTextFieldControl .

Link copied to clipboard

The title of the FilterTextFieldControl .