BeforeExpandCollapseEventArgs
Interface represents the event arguments for the beforeCollapse
and beforeExpand
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 expanded or collapsed.
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 expanded or collapsed the pane.