mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
710 B
710 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>
Properties
Name | Type | Default value | Description |
---|---|---|---|
nodeId | string |
The identifier of a node. |
Events
Name | Type | Description |
---|---|---|
successAdd | EventEmitter<any> |
Emitted when a tag is added successfully. |
error | EventEmitter<any> |
Emitted when an error occurs. |
result | EventEmitter<{}> |
Emitted when an action is chosen. |