mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1769] Added JSDocs and methods and updated script (#2927)
This commit is contained in:
committed by
Eugenio Romano
parent
2bfed5818f
commit
76ad797488
@@ -33,6 +33,10 @@ export class DeletedNodesApiService {
|
||||
return this.apiService.getInstance().core.nodesApi;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a list of nodes in the trash.
|
||||
* @param options Options for JSAPI call
|
||||
*/
|
||||
getDeletedNodes(options?: Object): Observable<NodePaging> {
|
||||
const { nodesApi, handleError } = this;
|
||||
const defaultOptions = {
|
||||
|
Reference in New Issue
Block a user