[ADF-2625] updating viewer on node editing (#3160)

* update viewer on metadata changes

* add test and docs
This commit is contained in:
Denys Vuika
2018-04-10 11:00:35 +01:00
committed by Eugenio Romano
parent 2b8f12fa57
commit 11d38efe2b
5 changed files with 78 additions and 5 deletions

View File

@@ -24,6 +24,12 @@ export class MyComponent implements OnInit {
}
```
## Events
| Name | Type | Description |
| --- | --- | --- |
| nodeUpdated | `Subject<MinimalNodeEntryEntity>` | Publish/subscribe to events related to node updates. |
## Details
**Note for developers**: _the TypeScript declaration files for Alfresco JS API