Files
alfresco-ng2-components/docs/core/components/content-enrichment-menu.component.md
2024-07-30 09:31:38 +02:00

1.4 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Content Enrichment Menu Component v6.10.0 Active 2024-06-11

Content Enrichment Menu Component

Allows the user to handle AI predictions by confirming or rejecting changes.

Content Enrichment Menu Component

Basic Usage

<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 Prediction for the node property.

See also