alfresco-ng2-components/docs/core/interfaces/update-notification.interface.md

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.

See also