interface FreeFormLayoutElementBackgroundStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.FreeFormLayoutElementBackgroundStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_FreeFormLayoutElementBackgroundStyleProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.FreeFormLayoutElementBackgroundStyleProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.FreeFormLayoutElementBackgroundStyleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const freeFormLayoutElementBackgroundStyleProperty: quicksight_mixins.CfnDashboardPropsMixin.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.

.NET
Go
Java
Python
TypeScript