div-fixed-translation

Fixed coordinates of the translation.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be translation-fixed.

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: dp, sp, px.

Default value: dp.

Functionality is under development.

JSON
{
  type*: "translation-fixed",
  unit: "string",
  value*: "int"
}