mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2764] Applied new type linker features to proc services docs (#3449)
This commit is contained in:
committed by
Eugenio Romano
parent
e988691d0a
commit
d9d37e1964
@@ -29,6 +29,6 @@ Creates/Starts new task for the specified app
|
||||
|
||||
| Name | Type | Description |
|
||||
| -- | -- | -- |
|
||||
| cancel | `EventEmitter<void>` | Emitted when the cancel button is clicked by the user. |
|
||||
| error | `EventEmitter<any>` | Emitted when an error occurs. |
|
||||
| cancel | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<void>` | Emitted when the cancel button is clicked by the user. |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when an error occurs. |
|
||||
| success | `EventEmitter<any>` | Emitted when the task is successfully created. |
|
||||
|
||||
Reference in New Issue
Block a user