interface FreeFormLayoutElementBackgroundStyleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.FreeFormLayoutElementBackgroundStyleProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.FreeFormLayoutElementBackgroundStyleProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.FreeFormLayoutElementBackgroundStyleProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » FreeFormLayoutElementBackgroundStyleProperty |
The background style configuration of a free-form layout element.
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 freeFormLayoutElementBackgroundStyleProperty: quicksight.CfnTemplate.FreeFormLayoutElementBackgroundStyleProperty = {
color: 'color',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
color? | string | The background color of a free-form layout element. |
visibility? | string | The background visibility of a free-form layout element. |
color?
Type:
string
(optional)
The background color of a free-form layout element.
visibility?
Type:
string
(optional)
The background visibility of a free-form layout element.