mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#9 jsdoc comments for document list and related components
This commit is contained in:
@@ -20,6 +20,7 @@ import {ContentActionModel} from './../models/content-action.model';
|
||||
import {ContentActionList} from './content-action-list';
|
||||
import {DocumentActionsService} from '../services/document-actions.service';
|
||||
import {FolderActionsService} from '../services/folder-actions.service';
|
||||
import {ContentActionHandler} from '../models/content-action.model';
|
||||
|
||||
@Component({
|
||||
selector: 'content-action',
|
||||
@@ -71,7 +72,7 @@ export class ContentAction implements OnInit {
|
||||
this.list.registerAction(model);
|
||||
}
|
||||
|
||||
private getSystemHandler(target: string, name: string) {
|
||||
private getSystemHandler(target: string, name: string): ContentActionHandler {
|
||||
if (target) {
|
||||
let ltarget = target.toLowerCase();
|
||||
|
||||
|
Reference in New Issue
Block a user