ResizeArgs

23 Sep 20251 minute to read

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.