[ACS-8001] cr fixes

This commit is contained in:
Mykyta Maliarchuk
2024-06-12 09:37:41 +02:00
committed by Mykyta Maliarchuk
parent b5877e6faa
commit 80e9616bb0
5 changed files with 28 additions and 12 deletions

View File

@@ -23,9 +23,9 @@ Allows the user to handle AI predictions by confirming or rejecting changes.
### 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. |
| Name | Type | Default value | Description |
|------------|----------------------------------------------------------------------------------|---------------|-----------------------------------|
| prediction | [`Prediction`](../../../lib/js-api/src/api/hxi-connector-api/docs/Prediction.md) | | Prediction for the node property. |
## See also