mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
2.0 KiB
2.0 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Card View Content Update Service | v6.0.0 | Active | 2022-11-25 |
Card View Content Update Service
Manages Card View properties in the content services environment.
Implements BaseCardViewContentUpdate
.
Class members
Methods
-
update(property:
CardViewBaseItemModel
, newValue:any
)- property:
CardViewBaseItemModel
- - newValue:
any
-
- property:
-
updateElement(notification:
CardViewBaseItemModel
)
Updates the cardview items property- notification:
CardViewBaseItemModel
-
- notification:
-
updateNodeAspect(node:
MinimalNode
)
Update node aspect observable.- node:
MinimalNode
-
- node:
Properties
Name | Type | Description |
---|---|---|
itemUpdated$ | Subject < UpdateNotification > |
The current updated item. |
updateAspect$ | Subject < MinimalNode > (@alfresco/js-api) |
The current Node. |