mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
28 lines
735 B
Markdown
28 lines
735 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 | Description |
|
|
| --- | --- | --- |
|
|
| id | string | The node id you want to see the version history of. |
|
|
|
|
## Details
|
|
|
|
Inside the version manager component, there is the underlying VersionListComponent.
|
|
The VersionListComponent loads and displays the version history of a node.
|
|
|
|
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
|
<!-- seealso start -->
|
|
## See also
|
|
|
|
- [Version manager component](version-manager.component.md)
|
|
<!-- seealso end --> |