DashboardTextFieldControlDisplayOptions

data class DashboardTextFieldControlDisplayOptions(val infoIconLabelOptions: DashboardSheetControlInfoIconLabelOptions? = null, val placeholderOptions: DashboardTextControlPlaceholderOptions? = null, val titleOptions: DashboardLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(infoIconLabelOptions: DashboardSheetControlInfoIconLabelOptions? = null, placeholderOptions: DashboardTextControlPlaceholderOptions? = null, titleOptions: DashboardLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of info icon label options.

Link copied to clipboard

The configuration of the placeholder options in a text field control.

Link copied to clipboard

The options to configure the title visibility, name, and font size.