mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
Add documentation
This commit is contained in:
@@ -61,9 +61,11 @@ export class YourService extends ScreenRenderingService {
|
|||||||
| canClaimTask | `boolean` | | Boolean informing if a task can be claimed. |
|
| canClaimTask | `boolean` | | Boolean informing if a task can be claimed. |
|
||||||
| canUnclaimTask | `boolean` | | Boolean informing if a task can be unclaimed. |
|
| canUnclaimTask | `boolean` | | Boolean informing if a task can be unclaimed. |
|
||||||
| processInstanceId | `string` | | Process Instance Id to fetch corresponding data. |
|
| processInstanceId | `string` | | Process Instance Id to fetch corresponding data. |
|
||||||
|
| isNextTaskCheckboxChecked | `boolean` | false | Whether the `Open next task` checkbox is checked by default or not. |
|
||||||
| rootProcessInstanceId | `string` | | Root Process Instance Id to fetch corresponding data. |
|
| rootProcessInstanceId | `string` | | Root Process Instance Id to fetch corresponding data. |
|
||||||
| readOnly | `boolean` | false | Toggle readonly state of the task. |
|
| readOnly | `boolean` | false | Toggle readonly state of the task. |
|
||||||
| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` button. |
|
| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` button. |
|
||||||
|
| showNextTaskCheckbox | `boolean` | false | Toggle rendering of the `Open next task` checkbox (controlled internally by parent component). |
|
||||||
| screenId | `string` | | Screen id to create dynamic component |
|
| screenId | `string` | | Screen id to create dynamic component |
|
||||||
| taskId | `string` | | Task id to fetch corresponding form and values. |
|
| taskId | `string` | | Task id to fetch corresponding form and values. |
|
||||||
| taskName | `string` | | Name of the task. |
|
| taskName | `string` | | Name of the task. |
|
||||||
|
Reference in New Issue
Block a user