div-radial-gradient-fixed-center
Fixed coordinates of the central point of the gradient.
Parameters
Parameters | Description |
---|---|
type |
string Required parameter. The value must always be |
value |
int Required parameter. Coordinate value. |
unit |
string Unit of measurement. To learn more about units of size measurement, see Layout inside the card. Possible values: Default value: |
JSON
{
type*: "fixed",
unit: "string",
value*: "int"
}