Title | Added | Status | Last reviewed |
---|---|---|---|
Update Notification Interface |
v6.0.0 |
Active |
2022-11-25 |
export interface UpdateNotification {
target: CardViewBaseItemModel;
changed: any;
}
Name | Type | Description |
---|---|---|
target | CardViewBaseItemModel |
The target for the update notification. |
changed | any |
The changed value on the update notification. |