12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485{
"surface_id": "surface-shopping-selection-list",
"surface_version": 1,
"payload": {
"objects": [
{
"dataModelUpdate": {
"surfaceId": "surface-shopping-selection-list",
"contents": [
{
"key": "shoppingSelection",
"valueArray": []
}
]
}
},
{
"surfaceUpdate": {
"surfaceId": "surface-shopping-selection-list",
"components": [
{
"id": "root",
"component": {
"SelectionList": {
"selection": {
"path": "/shoppingSelection"
},
"items": [
{
"child": "salmon-option",
"value": "salmon"
}
]
}
}
},
{
"id": "salmon-option",
"component": {
"Row": {
"alignment": "center",
"distribution": "spaceBetween",
"children": {
"explicitList": [
"salmon-name",
"salmon-qty"
]
}
}
}
},
{
"id": "salmon-name",
"component": {
"Label": {
"text": {
"literalString": "Salmon"
},
"variant": "bodySans"
}
}
},
{
"id": "salmon-qty",
"component": {
"Label": {
"text": {
"literalString": "2"
},
"variant": "bodySansSemibold"
}
}
}
]
}
},
{
"beginRendering": {
"root": "root",
"surfaceId": "surface-shopping-selection-list"
}
}
]
}
}0 tokens