Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 781 Bytes

update-notification.interface.md

File metadata and controls

28 lines (21 loc) · 781 Bytes
Title Added Status Last reviewed
Update Notification Interface
v6.0.0
Active
2022-11-25

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