interface FreeFormLayoutElementBorderStyleProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.FreeFormLayoutElementBorderStyleProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.FreeFormLayoutElementBorderStyleProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.FreeFormLayoutElementBorderStyleProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » FreeFormLayoutElementBorderStyleProperty |
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 freeFormLayoutElementBorderStyleProperty: quicksight.CfnTemplate.FreeFormLayoutElementBorderStyleProperty = {
color: 'color',
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
color? | string | The border color of a free-form layout element. |
visibility? | string | The border visibility of a free-form layout element. |
color?
Type:
string
(optional)
The border color of a free-form layout element.
visibility?
Type:
string
(optional)
The border visibility of a free-form layout element.