interface FreeFormLayoutElementBackgroundStyleProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FreeFormLayoutElementBackgroundStyleProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FreeFormLayoutElementBackgroundStyleProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.FreeFormLayoutElementBackgroundStyleProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»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.CfnDashboard.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.
