Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the token |
name | string | The name of the token |
value | number | The value of the token |
color | Spacing Token Color | - |
section | Object Reference | Reference of the section that contains the token |
source | Resource Source (Optional) | Source of the color–either project or styleguide . |
Example
{
"id": "5dbad85a76ea51c1f35b6f69",
"name": "$spacingxs",
"value": 16,
"color": {
"r": 143,
"g": 152,
"b": 5,
"a": 1
},
"section": {
"id": "5db81e6e6a4462065f04d932"
},
"source": {
"project": {
"id": "5db81e73e1e36ee19f138c1a",
"name": "HAL 9000",
"platform": "web",
"linked_styleguide": {
"id": "5db981be9df2b3e1bfa19ef2"
}
}
}
}