React TreeList - EditCancelingEvent

The type of the editCanceling event handler's argument.

import { TreeListTypes } from "devextreme-react/tree-list"
Type: TreeListTypes.EditCancelingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Selector: Change
Type:

Array<DataChange>

component

The UI component's instance.

Selector: Component
Type:

TreeList

element

The UI component's container.