-
Notifications
You must be signed in to change notification settings - Fork 60
TimePlanner arguments
Mohammad Jamalianpour edited this page Mar 28, 2021
·
2 revisions
- startHour : Time will be start at this hour on table minimum value is 1.
- endHour : Time will be end at this hour on table maximum value is 24.
- headers : At first you should know each header is a column and each column is a day. headers is a list of
TimePlannerTitle
and this will get date and title as string.
- tasks : List of
TimePlannerTask
that’s will be show on the time planner as tasks. - currentTimeAnimation : when time planner widget loaded it will be scroll to current local hour and this feature is true by default.
- style : you can change style of time planner with
TimePlannerStyle
.