mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-22 15:11:57 +00:00
1.0 KiB
1.0 KiB
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Tag Node Actions List component | v2.0.0 | Active | 2018-11-19 |
Tag Node Actions List component
Shows available actions for tags.
Basic Usage
<adf-tag-node-actions-list
[nodeId]="nodeId">
</adf-tag-node-actions-list>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| nodeId | string |
The identifier of a node. |
Events
| Name | Type | Description |
|---|---|---|
| error | EventEmitter<any> |
Emitted when an error occurs. |
| result | EventEmitter<Object> |
Emitted when an action is chosen. |
| successAdd | EventEmitter<any> |
Emitted when a tag is added successfully. |
