Title | Added | Status | Last reviewed |
---|---|---|---|
Tag Node Actions List component |
v2.0.0 |
Active |
2018-11-19 |
Shows available actions for tags.
<adf-tag-node-actions-list
[nodeId]="nodeId">
</adf-tag-node-actions-list>
Name | Type | Default value | Description |
---|---|---|---|
nodeId | string |
The identifier of a node. |
Name | Type | Description |
---|---|---|
error | EventEmitter <any> |
Emitted when an error occurs. |
result | EventEmitter <any> |
Emitted when an action is chosen. |
successAdd | EventEmitter <any> |
Emitted when a tag is added successfully. |