interface VisibleRangeOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.VisibleRangeOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_VisibleRangeOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.VisibleRangeOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.VisibleRangeOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » VisibleRangeOptionsProperty |
The range options for the data zoom scroll bar.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const visibleRangeOptionsProperty: quicksight.CfnAnalysis.VisibleRangeOptionsProperty = {
percentRange: {
from: 123,
to: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
percent | IResolvable | Percent | The percent range in the visible range. |
percentRange?
Type:
IResolvable
|
Percent
(optional)
The percent range in the visible range.