interface PercentVisibleRangeProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.PercentVisibleRangeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.PercentVisibleRangeProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.PercentVisibleRangeProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » PercentVisibleRangeProperty |
The percent range in the visible range.
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 percentVisibleRangeProperty: quicksight.CfnAnalysis.PercentVisibleRangeProperty = {
from: 123,
to: 123,
};
Properties
Name | Type | Description |
---|---|---|
from? | number | The lower bound of the range. |
to? | number | The top bound of the range. |
from?
Type:
number
(optional)
The lower bound of the range.
to?
Type:
number
(optional)
The top bound of the range.