mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
757 B
757 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Prediction Status Update Interface | v6.10.0 | Active | 2024-06-11 |
Prediction Status Update Interface
Basic usage
export interface PredictionStatusUpdate {
key: string;
previousValue?: any;
}
Properties
Name | Type | Description |
---|---|---|
key | string |
Key of the property. |
previousValue | any |
Previous human entered value. |