interface TextControlPlaceholderOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TextControlPlaceholderOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnTemplate»TextControlPlaceholderOptionsProperty | 
The configuration of the placeholder options in a text control.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const textControlPlaceholderOptionsProperty: quicksight.CfnTemplate.TextControlPlaceholderOptionsProperty = {
  visibility: 'visibility',
};
Properties
| Name | Type | Description | 
|---|---|---|
| visibility? | string | The visibility configuration of the placeholder options in a text control. | 
visibility?
Type:
string
(optional)
The visibility configuration of the placeholder options in a text control.
