[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

View File

@@ -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;