{
  "name": "dashboard-behavior-panel",
  "kind": "panel",
  "primary": "col-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [
    "dashboard-pages-table"
  ],
  "attrs": {
    "data-tab-panel": "behavior",
    "gap": "4",
    "hidden": ""
  },
  "html": "<col-ui data-tab-panel=\"behavior\" gap=\"4\" hidden>\n          <grid-ui><!-- nested: dashboard-pages-table --></grid-ui>\n        </col-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "dashboard",
    "description": "Behavior analytics panel: user behavior metrics and events.",
    "keywords": [
      "behavior",
      "events",
      "user",
      "interactions",
      "engagement",
      "actions"
    ],
    "related": [
      "dashboard-overview-panel",
      "dashboard-audience-panel",
      "dashboard-acquisition-panel"
    ],
    "tags": {
      "complexity": "moderate",
      "layout": "panel"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Top pages"
    },
    {
      "id": "text-2",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Most-visited routes"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "analytics-pages",
      "component": "Table",
      "sortable": true,
      "striped": true
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "analytics-pages"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "grid-2",
      "component": "Grid",
      "children": [
        "card"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "children": [
        "grid-2"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "4",
      "data-tab-panel": "behavior",
      "children": [
        "grid"
      ]
    }
  ]
}
