rename hasIcon to shoIcon to be equal to process-filter (#3855)

This commit is contained in:
Eugenio Romano
2018-10-03 15:20:37 +01:00
committed by GitHub
parent 732259ae6d
commit 718b3e8817
5 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ Shows all available filters.
| appId | `number` | | Display filters available to the current user for the application with the specified ID. |
| appName | `string` | | Display filters available to the current user for the application with the specified name. |
| filterParam | [`FilterParamsModel`](../../lib/process-services/task-list/models/filter.model.ts) | | Parameters to use for the task filter. If there is no match then the default filter (the first one the list) is selected. |
| hasIcon | `boolean` | true | Toggles display of the filter's icon. |
| showIcon| `boolean` | true | Toggles display of the filter's icon. |
### Events