[ADF-4445] Add showRefreshButton to TaskFormCloud component doc (#4666)

This commit is contained in:
davidcanonieto
2019-04-29 14:55:45 +01:00
committed by Eugenio Romano
parent 1658eb97e3
commit 2bc2f09525
7 changed files with 12 additions and 12 deletions

View File

@@ -20,13 +20,12 @@ Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cl
## Basic Usage
```html
<adf-task-form-cloud
<adf-cloud-task-form
[appName]="appName"
[taskId]="taskId">
</adf-task-form-cloud>
</adf-cloud-task-form>
```
## Class members
### Properties
@@ -35,6 +34,7 @@ Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cl
| ---- | ---- | ------------- | ----------- |
| appName | `string` | | App id to fetch corresponding form and values. |
| taskId | `string` | | Task id to fetch corresponding form and values. |
| showRefreshButton | `boolean` | false | Toggle rendering of the `Refresh` button. |
| showValidationIcon | `boolean` | true | Toggle rendering of the `Validation` icon. |
| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` outcome button. |
| showCompleteButton | `boolean` | true | Toggle rendering of the `Complete` outcome button. |