| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.TextAreaControlDisplayOptions
Description
Synopsis
- data TextAreaControlDisplayOptions = TextAreaControlDisplayOptions' {}
- newTextAreaControlDisplayOptions :: TextAreaControlDisplayOptions
- textAreaControlDisplayOptions_placeholderOptions :: Lens' TextAreaControlDisplayOptions (Maybe TextControlPlaceholderOptions)
- textAreaControlDisplayOptions_titleOptions :: Lens' TextAreaControlDisplayOptions (Maybe LabelOptions)
Documentation
data TextAreaControlDisplayOptions Source #
The display options of a control.
See: newTextAreaControlDisplayOptions smart constructor.
Constructors
| TextAreaControlDisplayOptions' | |
Fields
| |
Instances
newTextAreaControlDisplayOptions :: TextAreaControlDisplayOptions Source #
Create a value of TextAreaControlDisplayOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:placeholderOptions:TextAreaControlDisplayOptions', textAreaControlDisplayOptions_placeholderOptions - The configuration of the placeholder options in a text area control.
$sel:titleOptions:TextAreaControlDisplayOptions', textAreaControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.
textAreaControlDisplayOptions_placeholderOptions :: Lens' TextAreaControlDisplayOptions (Maybe TextControlPlaceholderOptions) Source #
The configuration of the placeholder options in a text area control.
textAreaControlDisplayOptions_titleOptions :: Lens' TextAreaControlDisplayOptions (Maybe LabelOptions) Source #
The options to configure the title visibility, name, and font size.