JavaScript/jQuery CardView - EditingStartEvent

The argument type in the editingStart event.

import { EditingStartEvent } from "devextreme/ui/card_view"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Type: CardView

data

The data of a card to be edited.

Type:

Object

element

The UI component's container.

key

The card's key.

Type: any

An added card not saved has the undefined key.

Without a specified key field in the data source, the data object acts as the key.