[ADF-588] Explicitly added task/process list model classes to docs (#4447)

* [ADF-588] Added short clarifications of where task/proc list props are defined

* [ADF-588] Added short clarifications of where task/proc list props are defined

* [ADF-588] Fixed links and merge glitches
This commit is contained in:
Andy Stark
2019-03-15 17:48:44 +00:00
committed by Eugenio Romano
parent 74738f1f8b
commit dafda33740
2 changed files with 7 additions and 4 deletions

View File

@@ -74,8 +74,9 @@ when the process list is empty:
## Details
You can define a custom schema for the list in the `app.config.json` file and access it with the
`presetColumn` property as shown below:
The list can show any of the properties of the
[`ProcessInstance`](../../../lib/process-services/process-list/models/process-instance.model.ts)
class. The example below shows how to define a custom schema for the list in the `app.config.json` file and access it with the `presetColumn` property:
```json
"adf-process-list": {