Skip to content

Commit

Permalink
Merge pull request #29 from DHTMLX/next
Browse files Browse the repository at this point in the history
[update] the timeStep config description
  • Loading branch information
serhiipylypchuk1991 authored Sep 23, 2024
2 parents 92d2d0c + 111f4a0 commit a31efe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/config/js_eventcalendar_config_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dateTitle: (date, [start, end]) =>
- `tableHeaderHeight` - (optional) a height of the Event Calendar header (px)
- `eventHeight` - (optional) a height of the Event Calendar multievents
- `eventVerticalSpace` - (optional) a custom vertical space between events in the "week", "day", "timeline" and "month" views
- `timeStep` - (optional) a step of moving an event via d-n-d
- `timeStep` - (optional) defines the minimum interval (in minutes) for the timing of events. The start and end time values of the event are rounded to the nearest multiple of this value
- `timeRange` - (optional) an array with start and end time of day in the "day" and "week" modes (*0-24*)
- `defaultEventDuration` - (optional) a duration of the new created event by default (without taking into account creating an event via d-n-d)
- `defaultEditorValues`- (optional) a callback function that should return an object with default values of the event editor
Expand Down

0 comments on commit a31efe1

Please sign in to comment.