[ADF-3745] Clarified Edit process/task filter cloud component docs (#4228)

* [ADF-3745] Initial review of edit proc filter cloud docs

* [ADF-3745] Updated page ordering

* [ADF-3745] Updated info about sort property

* [ADF-3745] Added edit task cloud component docs

* [ADF-3745] Fixed small typos
This commit is contained in:
Andy Stark
2019-01-31 09:30:16 +00:00
committed by Eugenio Romano
parent 16e7a6954d
commit f77764bc21
4 changed files with 90 additions and 55 deletions

View File

@@ -61,11 +61,11 @@ export class EditProcessFilterCloudComponent implements OnChanges {
@Input()
showTitle = true;
/** Emitted when an process instance filter property changes. */
/** Emitted when a process instance filter property changes. */
@Output()
filterChange: EventEmitter<ProcessFilterCloudModel> = new EventEmitter();
/** Emitted when an filter action occurs i.e Save, SaveAs, Delete. */
/** Emitted when a filter action occurs i.e Save, SaveAs, Delete. */
@Output()
action: EventEmitter<ProcessFilterActionType> = new EventEmitter();

View File

@@ -63,7 +63,7 @@ export class EditTaskFilterCloudComponent implements OnChanges {
@Input()
showTitle = true;
/** Emitted when an task filter property changes. */
/** Emitted when a task filter property changes. */
@Output()
filterChange: EventEmitter<TaskFilterCloudModel> = new EventEmitter();