Specifies required properties and methods for Card View Content Update service.
Extends from BaseCardViewUpdate.
export interface BaseCardViewContentUpdate { itemUpdated$: Subject<UpdateNotification>; updatedAspect$: Subject<MinimalNode>; update(property: CardViewBaseItemModel, newValue: any); updateElement(notification: CardViewBaseItemModel); updateNodeAspect(node: MinimalNode); }
| Name | Type | Default value | Description |
|---|---|---|---|
| itemUpdated$ | Subject<UpdateNotification> | The current updated item. | |
| updatedAspect$ | Subject<MinimalNode>(@alfresco/js-api) | Subject holding the current node |
update(property: CardViewBaseItemModel, newValue: any)
Update itemUpdated$ property.
CardViewBaseItemModel - The property.any - new value.updateElement(notification: CardViewBaseItemModel)
Update updateItem$ observable.
CardViewBaseItemModel - The notification.updateNodeAspect(node: MinimalNode)
Update node aspect observable.
MinimalNode - The node.© 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.