Specifies required properties and methods for Card View Update service.
export interface BaseCardViewUpdate { itemUpdated$: Subject<UpdateNotification>; itemClicked$: Subject<ClickNotification>; updateItem$: Subject<CardViewBaseItemModel>; update(property: CardViewBaseItemModel, newValue: any); clicked(property: CardViewBaseItemModel); updateElement(notification: CardViewBaseItemModel); }
Name | Type | Description |
---|---|---|
itemUpdated$ | Subject < UpdateNotification > | The current updated item. |
itemClicked$ | Subject < ClickNotification > | The current clicked item. |
updateItem$ | Subject < CardViewBaseItemModel > | The current model for the update item. |
update(property: CardViewBaseItemModel
, newValue: any
)
Update itemUpdated$ property.
CardViewBaseItemModel
- The property.any
- new value.clicked(property: CardViewBaseItemModel
)
Update itemClicked$ property.
CardViewBaseItemModel
- The property.updateElement(notification: CardViewBaseItemModel
)
Update updateItem$ observable.
CardViewBaseItemModel
- The notification.© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.