Search results

DragStopArgs API in React Dashboard Layout API component

Defines the dragstop event arguments

Properties

cancel

boolean

‘true’ if the drag or drop action is to be prevented; otherwise false.

element

HTMLElement

Specifies the current drag element.

event

MouseEvent & TouchEvent

Specifies the actual event.

panels

PanelModel[]

Represents the model values of panels that have been modified. This property retrieves panel data whose positions have changed due to a drag action before the drop action is completed.

target

HTMLElement

Specifies the current target element.