-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
scope: schedulerChanges related to the scheduler.Changes related to the scheduler.
Description
In this PR:
-
Add a new
eventCreation?: EventCreationConfig | booleanprop that describes how the event is created when clicking / double clicking the gridinterface EventCreationConfig { /** * @default 'double-click' */ interaction?: 'click' | 'double-click'; /** * @default 60 * 60 * 1000 (1 hour) */ durationMs: number; }
-
If
eventCreation === falsethen the event creation is disabled -
If
eventCreation === truethen we use the default event creation config
Not in this PR:
- Allow to define defaults for other properties of the event
Metadata
Metadata
Assignees
Labels
scope: schedulerChanges related to the scheduler.Changes related to the scheduler.