Skip to content

Commit 50bd0eb

Browse files
Update Scheduler select method documentation.
1 parent ae99ed8 commit 50bd0eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/javascript/ui/scheduler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5674,15 +5674,15 @@ The Uids of events which should be selected. List of the available events can be
56745674

56755675
##### options.resources `Array`
56765676

5677-
The resource values (groups) in which the events or slots should be selected.
5677+
The resource values (groups) in which the events or slots should be selected. If no resources are defined the first event or slot that match the condition will be selected. This option is not supported in "agenda" view.
56785678

56795679
##### options.start `Date`
56805680

5681-
The start time from which the selection of the slots begins.
5681+
The start time from which the selection of the slots begins. If 'events' argument is provided the slot selection is ignored.
56825682

56835683
##### options.end `Date`
56845684

5685-
The end time in which the selection of the slots ends.
5685+
The end time in which the selection of the slots ends. If 'events' argument is provided the slot selection is ignored.
56865686

56875687
##### options.isAllDay `Boolean`
56885688

0 commit comments

Comments
 (0)