How can I help you?
ISplitterResizedEventArgs
16 Mar 20261 minute to read
Properties
cancel boolean
Determines whether the resize event can be canceled.
element HTMLElement
Represents the main element associated with the splitter resize event.
event Event
Contains the original event object triggered during resizing.
index number[]
Indicates the index of the pane(s) being resized.
pane HTMLElement[]
Represents the collection of pane elements involved in the resize action.
paneSize number[]
Specifies the size of each pane after resizing, in pixels.
separator HTMLElement
Represents the separator element between the panes.