mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
938 B
938 B
Task Header component
Shows all the information related to a task.
Basic Usage
<adf-task-header
[taskDetails]="taskDetails">
</adf-task-header>
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| formName | string |
null |
The name of the form. |
| taskDetails | TaskDetailsModel |
(required) Details related to the task. |
Events
| Name | Type | Description |
|---|---|---|
| claim | EventEmitter<any> |
Emitted when the task is claimed. |
| unclaim | EventEmitter<any> |
Emitted when the task is unclaimed (ie, requeued). |
Details
The purpose of the component is to populate the local variable called properties (array of CardViewModel), with all the information that we want to display.
