Layer Grid Size

Size of a column or row in a grid layout

Type: object

AttributeTypeDescription
typestring ("fixed" or "flex") (Optional)Type of the grid track size
valuenumber (Optional)Size value of the grid track

Example

{
  "type": "fixed",
  "value": 100
}