mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
1.6 KiB
1.6 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Edit Task Filter Cloud component | v3.0.0 | Active | 2019-01-08 |
Edit Task Filter Cloud component
Edits Task Filter Details.
Basic Usage
<adf-cloud-edit-task-filter
[id]="taskFilterId"
[appName]="applicationName">
</adf-cloud-edit-task-filter>
Class members
Properties
Name | Type | Default value | Description |
---|---|---|---|
appName | string |
Name of the app. | |
id | string |
ID of the task filter. |
Events
Name | Type | Description |
---|---|---|
action | EventEmitter < FilterActionType > |
Emitted when a filter action occurs (i.e Save, Save As, Delete). |
filterChange | EventEmitter < TaskFilterCloudModel > |
Emitted when a task filter property changes. |
Details
Editing APS2 task filter
Use the application name and task filter id property to edit task filter properties:
<adf-cloud-edit-task-filter
[id]="taskFilterId"
[appName]="applicationName">
</adf-cloud-edit-task-filter>