mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-2847] Added class members heading to content services docs * [ADF-2847] Updated all prop/method tables in content services
698 B
698 B
Added, Status
Added | Status |
---|---|
v2.0.0 | Active |
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. |