Class CfnTemplatePropsMixin.FieldTooltipItemProperty
The tooltip item for the fields.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.FieldTooltipItemProperty : CfnTemplatePropsMixin.IFieldTooltipItemProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.FieldTooltipItemProperty Implements CfnTemplatePropsMixin.IFieldTooltipItemProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var fieldTooltipItemProperty = new FieldTooltipItemProperty {
FieldId = "fieldId",
Label = "label",
TooltipTarget = "tooltipTarget",
Visibility = "visibility"
};
Synopsis
Constructors
| FieldTooltipItemProperty() | The tooltip item for the fields. |
Properties
| FieldId | The unique ID of the field that is targeted by the tooltip. |
| Label | The label of the tooltip item. |
| TooltipTarget | Determines the target of the field tooltip item in a combo chart visual. |
| Visibility | The visibility of the tooltip item. |
Constructors
FieldTooltipItemProperty()
The tooltip item for the fields.
public FieldTooltipItemProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var fieldTooltipItemProperty = new FieldTooltipItemProperty {
FieldId = "fieldId",
Label = "label",
TooltipTarget = "tooltipTarget",
Visibility = "visibility"
};
Properties
FieldId
The unique ID of the field that is targeted by the tooltip.
public string? FieldId { get; set; }
Property Value
Remarks
Label
The label of the tooltip item.
public string? Label { get; set; }
Property Value
Remarks
TooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
public string? TooltipTarget { get; set; }
Property Value
Remarks
Visibility
The visibility of the tooltip item.
public string? Visibility { get; set; }