Angular CardView - EditingStartEvent

The argument type in the editingStart event.

import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type: DxCardViewTypes.EditingStartEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: dxo-component
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.