Padding allows you to configure a padding suite that specifies the top, bottom, left, and right padding sizes for a widget.
Fields
Field | Description | Data type | Default value | Remarks |
---|---|---|---|---|
min | The minimum value. | number | 0 | None |
max | The maximum value. | number | Infinity | None |
Value description
Condition | Data type | Example | Default value |
---|---|---|---|
None | object |
|
|
Sample configurations

{
"padding": {
"type": "padding",
"name": "Padding",
"default": {
"top": 5,
"bottom": 10,
"left": 10,
"right": 5
},
"min": 0,
"max": 1000
}
}