DashboardParameterTextFieldControl

data class DashboardParameterTextFieldControl(val displayOptions: DashboardTextFieldControlDisplayOptions? = null, val parameterControlId: String, val sourceParameterName: String, val title: String)

Constructors

Link copied to clipboard
constructor(displayOptions: DashboardTextFieldControlDisplayOptions? = null, parameterControlId: String, sourceParameterName: 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 ParameterTextFieldControl .

Link copied to clipboard

The source parameter name of the ParameterTextFieldControl .

Link copied to clipboard

The title of the ParameterTextFieldControl .