mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-8001] content enrichment menu component
This commit is contained in:
committed by
Mykyta Maliarchuk
parent
548592b329
commit
a1cbcfca33
32
docs/core/components/content-enrichment-menu.component.md
Normal file
32
docs/core/components/content-enrichment-menu.component.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
Title: Content Enrichment Menu Component
|
||||
Added: v6.10.0
|
||||
Status: Active
|
||||
Last reviewed: 2024-06-11
|
||||
---
|
||||
|
||||
# [Content Enrichment Menu Component](../../../lib/core/src/lib/prediction/components/content-enrichment-menu/content-enrichment-menu.component.ts "Defined in content-enrichment-menu.component.ts")
|
||||
|
||||
Allows the user to handle AI predictions by confirming or rejecting changes.
|
||||
|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
||||
```html
|
||||
<mat-form-field>
|
||||
<mat-label>Form field</mat-label>
|
||||
<adf-content-enrichment-menu matPrefix [prediction]="prediction"></adf-content-enrichment-menu>
|
||||
<input matInput>
|
||||
</mat-form-field>
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
|------------|------------------------------------------------------------------------------------------------------------------------------------------|---------------|-----------------------------------|
|
||||
| prediction | [`Prediction`](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/js-api/src/api/hxi-connector-api/docs/Prediction.md) | | Prediction for the node property. |
|
||||
|
||||
## See also
|
||||
|
||||
- [Prediction Status Update Interface](../interfaces/prediction-status-update.interface.md)
|
Reference in New Issue
Block a user