Component Section Variant

Variant information for this component section

Type: object

AttributeTypeDescription
propertiesComponent Section Variant Property[]List of variant properties that the components of this section take
source_idstring (Optional)Unique identifier used for this variant in the source design file

Example

{
  "properties": [
    {
      "id": "60422281c96b47c3be1a912f",
      "name": "State",
      "values": [
        "default",
        "hover",
        "pressed"
      ]
    }
  ],
  "source_id": "x9wDrXF1Rr44n3hPTADKMV-13:0"
}