Vue TreeList - RowExpandingEvent

The type of the rowExpanding event handler's argument.

import { RowExpandingEvent } from "devextreme/ui/tree_list"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

element

The UI component's container.

key

Type: any