ResizingEventArgs
Interface represents the event arguments for the resizing
and resizeStop
event.
Properties
element HTMLElement
Gets the root HTML element of the pane being resized.
event Event
Gets the original triggered event arguments.
index Number[]
Gets the indexes of the affected panes.
name String
Gets the name of the event.
pane HTMLElement[]
Gets the HTML elements for the panes of the affected panes.
paneSize Number[]
Gets the sizes of the affected panes.
separator HTMLElement
Gets the splitter bar the was used to resize the pane.