Variant information for this component section
Type: object
Attribute | Type | Description |
---|---|---|
properties | Component Section Variant Property[] | List of variant properties that the components of this section take |
source_id | string (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"
}