/ Dashboard Layout / ResizeArgs
Search results

ResizeArgs API in React Dashboard Layout API component

Defines the resize event arguments

Properties

element

HTMLElement

Specifies the cell element being resized.

event

MouseEvent | TouchEvent

Specifies the original event.

isInteracted

boolean

Specifies that event has triggered by user interaction.

panels

PanelModel[]

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