interface SliderControlDisplayOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SliderControlDisplayOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SliderControlDisplayOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.SliderControlDisplayOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » SliderControlDisplayOptionsProperty |
The display options of a control.
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 sliderControlDisplayOptionsProperty: quicksight.CfnDashboard.SliderControlDisplayOptionsProperty = {
titleOptions: {
customLabel: 'customLabel',
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
visibility: 'visibility',
},
};
Properties
Name | Type | Description |
---|---|---|
title | IResolvable | Label | The options to configure the title visibility, name, and font size. |
titleOptions?
Type:
IResolvable
|
Label
(optional)
The options to configure the title visibility, name, and font size.