Properties
| Name | Type | Description |
|---|---|---|
| background | string | |
| backgroundAttachment | string | |
| backgroundBlendMode | string | |
| backgroundClip | string | |
| backgroundColor | string | |
| backgroundImage | string | |
| backgroundOrigin | string | |
| backgroundPosition | string | |
| backgroundRepeat | string | |
| backgroundSize | string | |
| padding | string | |
| borderRadius | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ContainerLookAndFeel",
"type": "object",
"properties": {
"background": {
"type": "string"
},
"backgroundAttachment": {
"type": "string"
},
"backgroundBlendMode": {
"type": "string"
},
"backgroundClip": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"backgroundImage": {
"type": "string"
},
"backgroundOrigin": {
"type": "string"
},
"backgroundPosition": {
"type": "string"
},
"backgroundRepeat": {
"type": "string"
},
"backgroundSize": {
"type": "string"
},
"padding": {
"type": "string"
},
"borderRadius": {
"type": "string"
}
}
}