DashboardTextAreaControlDisplayOptionsArgs

data class DashboardTextAreaControlDisplayOptionsArgs(val infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, val placeholderOptions: Output<DashboardTextControlPlaceholderOptionsArgs>? = null, val titleOptions: Output<DashboardLabelOptionsArgs>? = null) : ConvertibleToJava<DashboardTextAreaControlDisplayOptionsArgs>

Constructors

constructor(infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, placeholderOptions: Output<DashboardTextControlPlaceholderOptionsArgs>? = null, titleOptions: Output<DashboardLabelOptionsArgs>? = null)

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 area control.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): DashboardTextAreaControlDisplayOptionsArgs