interface FontWeightProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FontWeightProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.FontWeightProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.FontWeightProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » FontWeightProperty |
The option that determines the text display weight, or boldness.
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 fontWeightProperty: quicksight.CfnAnalysis.FontWeightProperty = {
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The lexical name for the level of boldness of the text display. |
name?
Type:
string
(optional)
The lexical name for the level of boldness of the text display.