Padding (detailed)
Padding in pixels to add to the bounds of the element.
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
top | number | Optional. No description provided. Minimum: 0 | |
right | number | Optional. No description provided. Minimum: 0 | |
bottom | number | Optional. No description provided. Minimum: 0 | |
left | number | Optional. No description provided. Minimum: 0 |
Examples
{
"top": 42,
"right": 42,
"bottom": 42,
"left": 42
}