# DetectedUIComponent

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/ui-library-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/ui-library-detector.ts#L17)

Detected UI component usage

## Properties

| Property | Type |
|---|---|
| `library` | `UILibrary` |
| `componentName` | `string` |
| `entityId` | `string` |
| `filePath` | `string` |
| `propsUsed` | `string[]` |
| `eventsHandled` | `string[]` |
| `isFormElement` | `boolean` |
| `confidence` | `'high' | 'medium' | 'low'` |
