interface SheetStyleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTheme.SheetStyleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_SheetStyleProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTheme.SheetStyleProperty |
![]() | aws_cdk.aws_quicksight.CfnTheme.SheetStyleProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTheme » SheetStyleProperty |
The theme display options for sheets.
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 sheetStyleProperty: quicksight.CfnTheme.SheetStyleProperty = {
tile: {
border: {
show: false,
},
},
tileLayout: {
gutter: {
show: false,
},
margin: {
show: false,
},
},
};
Properties
Name | Type | Description |
---|---|---|
tile? | IResolvable | Tile | The display options for tiles. |
tile | IResolvable | Tile | The layout options for tiles. |
tile?
Type:
IResolvable
|
Tile
(optional)
The display options for tiles.
tileLayout?
Type:
IResolvable
|
Tile
(optional)
The layout options for tiles.