interface SliderControlDisplayOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.SliderControlDisplayOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.SliderControlDisplayOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.SliderControlDisplayOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » 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.CfnTemplate.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.