[ADF-3745] Updated properties and doc comments (#4134)

This commit is contained in:
Andy Stark
2019-01-11 23:33:29 +00:00
committed by Eugenio Romano
parent ebde107f41
commit b32654b236
18 changed files with 242 additions and 155 deletions

View File

@@ -74,7 +74,7 @@ export class DocumentActionsService {
/**
* Checks if actions can be executed for an item.
* @param obj Item to receive an action
* @param nodeEntry Item to receive an action
* @returns True if the action can be executed on this item, false otherwise
*/
canExecuteAction(nodeEntry: NodeEntry): boolean {