interface FieldTooltipItemProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.FieldTooltipItemProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.FieldTooltipItemProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.FieldTooltipItemProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » FieldTooltipItemProperty |
The tooltip item for the fields.
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 fieldTooltipItemProperty: quicksight.CfnTemplate.FieldTooltipItemProperty = {
fieldId: 'fieldId',
// the properties below are optional
label: 'label',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
field | string | The unique ID of the field that is targeted by the tooltip. |
label? | string | The label of the tooltip item. |
visibility? | string | The visibility of the tooltip item. |
fieldId
Type:
string
The unique ID of the field that is targeted by the tooltip.
label?
Type:
string
(optional)
The label of the tooltip item.
visibility?
Type:
string
(optional)
The visibility of the tooltip item.