mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1549] Added docs for Login, Search, Social and Tag (#2355)
This commit is contained in:
committed by
Eugenio Romano
parent
77e75757a6
commit
526ef72ed2
28
docs/tag-actions.component.md
Normal file
28
docs/tag-actions.component.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Alfresco Tag Node Actions List component
|
||||
|
||||

|
||||
|
||||
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Basic Usage](#basic-usage)
|
||||
* [Properties](#properties)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
<!-- markdown-toc end -->
|
||||
|
||||
## Basic Usage
|
||||
|
||||
```html
|
||||
<adf-tag-node-actions-list
|
||||
[nodeId]="nodeId">
|
||||
</adf-tag-node-actions-list>
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Attribute | Type | Default | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| nodeId | string | | The identifier of a node |
|
Reference in New Issue
Block a user