Type: object
Attribute | Type | Description |
---|---|---|
id | string | Unique id of the variant property |
name | string | Name of the variant property (e.g. “type” , “state” , etc.) |
values | string[] | Possible values that the property can take (e.g. ["default", "hover", "pressed"] ) |
Example
{
"id": "60422281c96b47c3be1a912f",
"name": "State",
"values": [
"default",
"hover",
"pressed"
]
}