Skip to content

Commit a31efe1

Browse files
Merge pull request #29 from DHTMLX/next
[update] the timeStep config description
2 parents 92d2d0c + 111f4a0 commit a31efe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/config/js_eventcalendar_config_config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dateTitle: (date, [start, end]) =>
130130
- `tableHeaderHeight` - (optional) a height of the Event Calendar header (px)
131131
- `eventHeight` - (optional) a height of the Event Calendar multievents
132132
- `eventVerticalSpace` - (optional) a custom vertical space between events in the "week", "day", "timeline" and "month" views
133-
- `timeStep` - (optional) a step of moving an event via d-n-d
133+
- `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
134134
- `timeRange` - (optional) an array with start and end time of day in the "day" and "week" modes (*0-24*)
135135
- `defaultEventDuration` - (optional) a duration of the new created event by default (without taking into account creating an event via d-n-d)
136136
- `defaultEditorValues`- (optional) a callback function that should return an object with default values of the event editor

0 commit comments

Comments
 (0)