Component Section

Type: object

AttributeTypeDescription
idstringThe unique id of the component section
createdintegerThe unix timestamp when the component section was created
namestringThe name of the component section
descriptionstring (Optional)The description of the component section
groupsComponent Group[]-
variantComponent Section Variant (Optional)-

Example

{
  "id": "5db81e73e1e36ee19f138c1a",
  "created": 1572347507,
  "name": "Red buttons",
  "groups": [
    {
      "id": "5db81e73e1e36ee19f138c1a",
      "created": 1572347507,
      "name": "Red buttons"
    }
  ],
  "variant": {
    "properties": [
      {
        "id": "60422281c96b47c3be1a912f",
        "name": "State",
        "values": [
          "default",
          "hover",
          "pressed"
        ]
      }
    ],
    "source_id": "x9wDrXF1Rr44n3hPTADKMV-13:0"
  }
}