--- Added: v2.0.0 Status: Active --- # Tag Node Actions List component Shows available actions for tags. ![Custom columns](../docassets/images/tag3.png) ## Basic Usage ```html ``` ## Class members ### Properties | Name | Type | Default value | Description | | -- | -- | -- | -- | | nodeId | `string` | | The identifier of a node. | ### Events | Name | Type | Description | | -- | -- | -- | | error | `EventEmitter` | Emitted when an error occurs. | | result | `EventEmitter` | Emitted when an action is chosen. | | successAdd | `EventEmitter` | Emitted when a tag is added successfully. |