Properties
| Name | Type | Description |
|---|---|---|
| background | string | |
| backgroundAttachment | string | |
| backgroundBlendMode | string | |
| backgroundClip | string | |
| backgroundColor | string | |
| backgroundImage | string | |
| backgroundOrigin | string | |
| backgroundPosition | string | |
| backgroundRepeat | string | |
| backgroundSize | string | |
| layer | object | |
| gutterTop | string | |
| gutterRight | string | |
| gutterBottom | string | |
| gutterLeft | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ScreenLookAndFeel",
"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"
},
"layer": {
"type": "object"
},
"gutterTop": {
"type": "string"
},
"gutterRight": {
"type": "string"
},
"gutterBottom": {
"type": "string"
},
"gutterLeft": {
"type": "string"
}
}
}