mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-22 15:11:57 +00:00
781 B
781 B
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Update Notification Interface | v6.0.0 | Active | 2022-11-25 |
Update Notification Interface
Basic usage
export interface UpdateNotification {
target: CardViewBaseItemModel;
changed: any;
}
Properties
| Name | Type | Description |
|---|---|---|
| target | CardViewBaseItemModel |
The target for the update notification. |
| changed | any |
The changed value on the update notification. |