Search results

ActionEventArgs API in JavaScript Schedule API control

An interface that holds options to control the actions of scheduler such as editing, navigation, and more.

Properties

addedRecords

Record[]

Returns the appropriate added data based on the action.

cancel

boolean

Defines the cancel option for the action taking place.

changedRecords

Record[]

Returns the appropriate changed data based on the action.

data

Record | Record[]

Returns the appropriate data based on the action.

deletedRecords

Record[]

Returns the appropriate deleted data based on the action.

event

Event

Defines the type of the event.

groupIndex

number

Returns the clicked resource row index.

items

ItemModel[]

Returns the toolbar items present in the Schedule header bar.

name

string

Specifies name of the event.

requestType

string

Returns the request type of the current action.