ResizeEventArgs
Interface represents the event arguments for the resizeStart
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
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.
separator HTMLElement
Gets the splitter bar the was used to resize the pane.