Search results

ActionEventArgs API in JavaScript Kanban API control

Provides information about a ActionBegin, ActionComplete, ActionFailure event.

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.

deletedRecords

Record[]

Returns the appropriate deleted data based on the action.

name

string

Specifies name of the event.

requestType

string

Returns the request type of the current action.

target

HTMLElement

Returns the target HTML element.