div-fixed-translation
Fixed coordinates of the translation.
Parameters
| Parameters | Description |
|---|---|
type |
string Required parameter. The value must always be Available platforms: web. |
value |
int Required parameter. Coordinate value. Available platforms: web. |
unit |
string Measurement unit. To learn more about units of size measurement, see Layout inside the card. Possible values: Default value: Functionality is under development. |
JSON
{
type*: "translation-fixed",
unit: "string",
value*: "int"
}