alfresco-ng2-components/docs/content-services/version-list.component.md
Suzana Dirla eb0b0fa5aa [ADF-2561] View comments on previous versions (#3137)
* [ADF-2561] View comments on previous versions

add input property to enable/disable viewing version comments

* [ADF-2561] add more tests
2018-04-04 12:33:15 +01:00

30 lines
763 B
Markdown

---
Added: v2.0.0
Status: Experimental
---
# Version List component
Displays the version history of a node in a Version Manager component
### Basic Usage
```html
<adf-version-list [id]="nodeId"></adf-version-list>
```
### Properties
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| id | `string` | | ID of the node whose version history you want to display. |
| showComments | `boolean` | true | Set this to false if version comments should not be displayed. |
## Details
Inside the version manager component, there is the underlying VersionListComponent.
The VersionListComponent loads and displays the version history of a node.
## See also
- [Version manager component](version-manager.component.md)