mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Doc review updates (#3957)
* [ADF-3745] Updates for doc review * [ADF-3745] Corrected title for process list cloud doc page
This commit is contained in:
committed by
Eugenio Romano
parent
4e3f6e942f
commit
aab19708a2
@@ -35,9 +35,7 @@ Creates and manages public shared links for files.
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| baseShareUrl | `string` | | Prefix to add to the generated link. |
|
||||
| adf-share | [`MinimalNodeEntity`](../content-services/document-library.model.md) | | Node to share. |
|
||||
| isFile | `boolean` | false | bound to 'adfShare' exportAs |
|
||||
| isShared | `boolean` | false | bound to 'adfShare' exportAs |
|
||||
| node | [`MinimalNodeEntity`](../content-services/document-library.model.md) | | Node to share. |
|
||||
|
||||
## Details
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
---
|
||||
Added: v2.6.1
|
||||
Added: v3.0.0
|
||||
Status: Active
|
||||
---
|
||||
|
||||
# Rating component
|
||||
# Tree View component
|
||||
|
||||
Allow a user to show the folder and subfolders of a node in a tree view
|
||||
Shows the folder and subfolders of a node as a tree view.
|
||||
|
||||

|
||||
|
||||
@@ -23,10 +23,10 @@ Allow a user to show the folder and subfolders of a node in a tree view
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| nodeId | `string` | | Identifier of the node to apply the rating to. |
|
||||
| nodeId | `string` | | Identifier of the node to display. |
|
||||
|
||||
### Events
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| nodeClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<NodeEntry>` | Emitted when a node on the tree view is clicked |
|
||||
| nodeClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`NodeEntry`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeEntry.md)`>` | Emitted when a node in the tree view is clicked. |
|
||||
|
Reference in New Issue
Block a user