readme update

This commit is contained in:
unknown 2020-08-15 14:25:31 +03:00
parent 42fed5ceb6
commit ac061d6cb6

View File

@ -108,12 +108,13 @@ npm start
### Task ### Task
| Parameter Name | Type | Description | | Parameter Name | Type | Description |
| :------------- | :----- | :---------------------------------------------------------------------------------------------------- | | :------------- | :------- | :---------------------------------------------------------------------------------------------------- |
| id\* | string | Task id. | | id\* | string | Task id. |
| name\* | string | Task display name. | | name\* | string | Task display name. |
| start\* | Date | Task start date. | | start\* | Date | Task start date. |
| end\* | Date | Task end date. | | end\* | Date | Task end date. |
| progress\* | number | Task progress. Sets in percent from 0 to 100. | | progress\* | number | Task progress. Sets in percent from 0 to 100. |
| dependencies | string[] | Specifies the parent dependencies ids. |
| styles | object | Specifies the taskbar styling settings locally. Object is passed with the following attributes: | | styles | object | Specifies the taskbar styling settings locally. Object is passed with the following attributes: |
| | | - **backgroundColor**: String. Specifies the taskbar background fill color locally. | | | | - **backgroundColor**: String. Specifies the taskbar background fill color locally. |
| | | - **backgroundSelectedColor**: String. Specifies the taskbar background fill color locally on select. | | | | - **backgroundSelectedColor**: String. Specifies the taskbar background fill color locally on select. |