[ADF-3745] Updated doc comments (#4237)

This commit is contained in:
Andy Stark
2019-02-01 13:14:04 +00:00
committed by Eugenio Romano
parent abb7692476
commit 267a87f110
3 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export class LoginDialogService {
/**
* Opens a dialog to choose a file to upload.
* @param action Name of the action to show in the title
* @param contentEntry Item to upload
* @param title Title for the dialog
* @returns Information about the chosen file(s)
*/
openLogin(actionName: string, title: string): Observable<string> {
@@ -55,9 +55,11 @@ export class EditProcessFilterCloudComponent implements OnChanges {
@Input()
filterProperties: string[] = EditProcessFilterCloudComponent.DEFAULT_PROCESS_FILTER_PROPERTIES; // default ['state', 'sort', 'order']
/** Toggles editing of process filter actions. */
@Input()
showFilterActions = true;
/** Toggles editing of the process filter title. */
@Input()
showTitle = true;