readme update
This commit is contained in:
parent
644a76c90d
commit
1921c36fe7
28
README.md
28
README.md
@ -107,20 +107,20 @@ 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. |
|
||||||
| 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. |
|
||||||
| | | - progressColor: String. Specifies the taskbar progress fill color locally. |
|
| | | - **progressColor**: String. Specifies the taskbar progress fill color locally. |
|
||||||
| | | - progressSelectedColor: String. Specifies the taskbar progress fill color globally on select. |
|
| | | - **progressSelectedColor**: String. Specifies the taskbar progress fill color globally on select. |
|
||||||
| isDisabled | bool | Disables all action for current task. |
|
| isDisabled | bool | Disables all action for current task. |
|
||||||
| fontSize | string | Specifies the taskbar font size locally. |
|
| fontSize | string | Specifies the taskbar font size locally. |
|
||||||
|
|
||||||
\*Required
|
\*Required
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user