interface FontSizeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.FontSizeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FontSizeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.FontSizeProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.FontSizeProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » FontSizeProperty |
The option that determines the text display size.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const fontSizeProperty: quicksight.CfnDashboard.FontSizeProperty = {
absolute: 'absolute',
relative: 'relative',
};
Properties
Name | Type | Description |
---|---|---|
absolute? | string | The font size that you want to use in px. |
relative? | string | The lexical name for the text size, proportional to its surrounding context. |
absolute?
Type:
string
(optional)
The font size that you want to use in px.
relative?
Type:
string
(optional)
The lexical name for the text size, proportional to its surrounding context.