alfresco-ng2-components/docs/version-list.component.md

25 lines
649 B
Markdown

# Version List component
Displays the version history of a node in a [Version Manager component](version-manager.component.md)
### 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. |
## 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)