interface FormStyleConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmplifyUIBuilder.CfnForm.FormStyleConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnForm_FormStyleConfigProperty |
![]() | software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormStyleConfigProperty |
![]() | aws_cdk.aws_amplifyuibuilder.CfnForm.FormStyleConfigProperty |
![]() | aws-cdk-lib » aws_amplifyuibuilder » CfnForm » FormStyleConfigProperty |
The FormStyleConfig
property specifies the configuration settings for the form's style properties.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amplifyuibuilder as amplifyuibuilder } from 'aws-cdk-lib';
const formStyleConfigProperty: amplifyuibuilder.CfnForm.FormStyleConfigProperty = {
tokenReference: 'tokenReference',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
token | string | A reference to a design token to use to bind the form's style properties to an existing theme. |
value? | string | The value of the style setting. |
tokenReference?
Type:
string
(optional)
A reference to a design token to use to bind the form's style properties to an existing theme.
value?
Type:
string
(optional)
The value of the style setting.