CATEGORYMENU
A horizontal row of circular category icons with a label underneath, each resolving through the shared action/tap contract. Unlike STORY, tapping an item navigates directly instead of opening a full-screen viewer.
{
"type": "CATEGORYMENU",
"params": {
"list": [
{
"title": "Shoes",
"image": "https://example.com/shoes.png",
"type": "category",
"id": 1
},
{
"title": "Sale",
"image": "https://example.com/sale.png",
"type": "filter",
"id": "sale"
}
]
}
}
Each entry in list is a plain action/tap contract
object plus title and image.