An interface that holds options to control the actions of scheduler such as editing, navigation, and more.
Record[]
Returns the appropriate added data based on the action.
boolean
Defines the cancel option for the action taking place.
Record[]
Returns the appropriate changed data based on the action.
Record
| Record[]
Returns the appropriate data based on the action.
Record[]
Returns the appropriate deleted data based on the action.
Event
Defines the type of the event.
number
Returns the clicked resource row index.
ItemModel[]
Returns the toolbar items present in the Schedule header bar.
string
Specifies name of the event.
Promise
A Promise that, when provided, checks for overlapping events on the server. If the promise resolves with overlapping events, the action (add/update) will be canceled, and an alert will be displayed to the user. If no overlapping events are found, the scheduler proceeds with the action.
string
Returns the request type of the current action.