IgcSplitterResizeEventArgs
Properties
Section titled "Properties"Optional delta
Section titled "delta"The change in size since the resize operation started (only for igcResizing and igcResizeEnd)
delta?: number Defined in src/components/splitter/types.ts:34
endPanelSize
Section titled "endPanelSize"The current size of the end panel in pixels
endPanelSize: number Defined in src/components/splitter/types.ts:32
startPanelSize
Section titled "startPanelSize"The current size of the start panel in pixels
startPanelSize: number Defined in src/components/splitter/types.ts:30