12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364{
"surface_id": "surface-tabs",
"surface_version": 1,
"payload": {
"objects": [
{
"surfaceUpdate": {
"surfaceId": "surface-tabs",
"components": [
{
"id": "root",
"component": {
"Tabs": {
"tabItems": [
{
"title": {
"literalString": "First"
},
"child": "panel-a"
},
{
"title": {
"literalString": "Second"
},
"child": "panel-b"
}
]
}
}
},
{
"id": "panel-a",
"component": {
"Label": {
"text": {
"literalString": "First panel"
},
"variant": "bodySans"
}
}
},
{
"id": "panel-b",
"component": {
"Label": {
"text": {
"literalString": "Second panel"
},
"variant": "bodySans"
}
}
}
]
}
},
{
"beginRendering": {
"root": "root",
"surfaceId": "surface-tabs"
}
}
]
}
}0 tokens
First panel