mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Updated doc comments (#4237)
This commit is contained in:
committed by
Eugenio Romano
parent
abb7692476
commit
267a87f110
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user