interface PanelTitleOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.PanelTitleOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.PanelTitleOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.PanelTitleOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » PanelTitleOptionsProperty |
The options that determine the title styles for each small multiples panel.
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 panelTitleOptionsProperty: quicksight.CfnTemplate.PanelTitleOptionsProperty = {
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
horizontalTextAlignment: 'horizontalTextAlignment',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
font | IResolvable | Font | CfnTemplate.PanelTitleOptionsProperty.FontConfiguration . |
horizontal | string | Sets the horizontal text alignment of the title within each panel. |
visibility? | string | Determines whether or not panel titles are displayed. |
fontConfiguration?
Type:
IResolvable
|
Font
(optional)
CfnTemplate.PanelTitleOptionsProperty.FontConfiguration
.
horizontalTextAlignment?
Type:
string
(optional)
Sets the horizontal text alignment of the title within each panel.
visibility?
Type:
string
(optional)
Determines whether or not panel titles are displayed.