interface VisualSubtitleLabelOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.VisualSubtitleLabelOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.VisualSubtitleLabelOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.VisualSubtitleLabelOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » VisualSubtitleLabelOptionsProperty |
The subtitle label options for a visual.
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 visualSubtitleLabelOptionsProperty: quicksight.CfnTemplate.VisualSubtitleLabelOptionsProperty = {
formatText: {
plainText: 'plainText',
richText: 'richText',
},
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
format | IResolvable | Long | The long text format of the subtitle label, such as plain text or rich text. |
visibility? | string | The visibility of the subtitle label. |
formatText?
Type:
IResolvable
|
Long
(optional)
The long text format of the subtitle label, such as plain text or rich text.
visibility?
Type:
string
(optional)
The visibility of the subtitle label.