[ADF-3693] Deleted task-details.model.md and updated links in other files (#3953)

This commit is contained in:
Andy Stark
2018-11-09 10:25:16 +00:00
committed by Eugenio Romano
parent 21f155e285
commit 1cc12fde9f
12 changed files with 119 additions and 81 deletions

View File

@@ -25,7 +25,7 @@ Shows all the information related to a task.
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| formName | `string` | null | The name of the form. |
| taskDetails | [`TaskDetailsModel`](../process-services/task-details.model.md) | | (required) Details related to the task. |
| taskDetails | [`TaskDetailsModel`](../../lib/process-services/task-list/models/task-details.model.ts) | | (required) Details related to the task. |
### Events
@@ -54,7 +54,3 @@ However, you can also choose which properties to show using a configuration in `
```
With this configuration, only the four listed properties will be shown.
## See also
- [Task Details model](task-details.model.md)