# GridProfile

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/site-map.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/site-map.types.ts#L10)

SiteMap Types — Browser-discovered route and page profile data.

Generated by the DiscoveryService in screenshot-worker via Playwright.
Feeds HybridMapper Tier 2 (confidence 0.95) for screenshot placeholder matching.

## Properties

| Property | Type |
|---|---|
| `framework` | `'devextreme' | 'ag-grid' | 'aria' | 'html-table'` |
| `selector` | `string` |
| `rowCount` | `number` |
| `columns` | `string[]` |
| `hasDetailNavigation` | `boolean` |
| `detailUrl` | `string` |
| `detailProfile` | `PageElementProfile` |
