mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-1769] Added JSDocs for services (#2961)
This commit is contained in:
committed by
Eugenio Romano
parent
6d0bab9278
commit
de575fd47b
+13
-10
@@ -4,17 +4,20 @@ Manages tags in Content Services.
|
||||
|
||||
## Methods
|
||||
|
||||
`getTagsByNodeId(nodeId: string): any`<br/>
|
||||
Gets a list of tags added to a node.
|
||||
- `getTagsByNodeId(nodeId: string): any`
|
||||
Gets a list of tags added to a node.
|
||||
- `nodeId` - ID of the target node
|
||||
- `getAllTheTags(): any`
|
||||
Gets a list of all the tags already defined in the repository.
|
||||
|
||||
`getAllTheTags()`<br/>
|
||||
Gets a list of all the tags already defined in the repository.
|
||||
|
||||
`addTag(nodeId: string, tagName: string): any`<br/>
|
||||
Adds a tag to a node.
|
||||
|
||||
`removeTag(nodeId: string, tag: string): any`<br/>
|
||||
Removes a tag from a node.
|
||||
- `addTag(nodeId: string, tagName: string): any`
|
||||
Adds a tag to a node.
|
||||
- `nodeId` - ID of the target node
|
||||
- `tagName` - Name of the tag to add
|
||||
- `removeTag(nodeId: string, tag: string): any`
|
||||
Removes a tag from a node.
|
||||
- `nodeId` - ID of the target node
|
||||
- `tag` - Name of the tag to remove
|
||||
|
||||
## Details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user