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
28
docs/core/interfaces/prediction-status-update.interface.md
Normal file
28
docs/core/interfaces/prediction-status-update.interface.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
Title: Prediction Status Update Interface
|
||||
Added: v6.10.0
|
||||
Status: Active
|
||||
Last reviewed: 2024-06-11
|
||||
---
|
||||
|
||||
# [Prediction Status Update Interface](../../../lib/core/src/lib/prediction/interfaces/prediction-status-update.interface.ts "Defined in prediction-status-update.interface.ts")
|
||||
|
||||
## Basic usage
|
||||
|
||||
```ts
|
||||
export interface PredictionStatusUpdate {
|
||||
key: string;
|
||||
previousValue?: any;
|
||||
}
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description |
|
||||
|---------------|----------|-------------------------------|
|
||||
| key | `string` | Key of the property. |
|
||||
| previousValue | `any` | Previous human entered value. |
|
||||
|
||||
## See also
|
||||
|
||||
- [BaseCardViewUpdate interface](../interfaces/base-card-view-update.interface.md)
|
Reference in New Issue
Block a user