interface FontSizeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FontSizeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FontSizeProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FontSizeProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.FontSizeProperty |
TypeScript | 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 = {
relative: 'relative',
};
Properties
Name | Type | Description |
---|---|---|
relative? | string | The lexical name for the text size, proportional to its surrounding context. |
relative?
Type:
string
(optional)
The lexical name for the text size, proportional to its surrounding context.