mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2905] Updated JSDocs for core (#3271)
This commit is contained in:
committed by
Eugenio Romano
parent
fe0ac0e474
commit
c824e646de
@@ -1,7 +1,9 @@
|
||||
---
|
||||
Added: v2.0.0
|
||||
Status: Active
|
||||
Last reviewed: 2018-05-04
|
||||
---
|
||||
|
||||
# Favorites Api service
|
||||
|
||||
Gets a list of items a user has marked as their favorites.
|
||||
@@ -10,8 +12,11 @@ Gets a list of items a user has marked as their favorites.
|
||||
|
||||
### Methods
|
||||
|
||||
`getFavorites(personId: string, options?: any): Observable<NodePaging>`<br/>
|
||||
Gets the favorites for a user.
|
||||
- `getFavorites(personId: string = null, options?: any = null): Observable<NodePaging>`<br/>
|
||||
Gets the favorites for a user.
|
||||
- `personId: string = null` - ID of the user
|
||||
- `options?: any = null` - (Optional) Options supported by JSAPI
|
||||
- **Returns** `Observable<NodePaging>` - List of favorites
|
||||
|
||||
## Details
|
||||
|
||||
|
Reference in New Issue
Block a user